Html Css Color HEX #F1D70A School Bus Yellow

📋 copy color: '#F1D70A'

red 241 ◦ green 215 ◦ blue 10

#F1D70A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of School Bus Yellow #F1D70A

Tints of School Bus Yellow #F1D70A

RGB

 RED value IS 241 (94.53% from 255) = 51.72%

 GREEN value IS 215 (84.38% from 255) = 46.14%

 BLUE value IS 10 (4.3% from 255) = 2.15%

R = 51.72%
G = 46.14%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F1D70A (or 0xF1D70A) is known color: School Bus Yellow. HEX triplet: F1, D7 and 0A. RGB value is (241,215,10). Sum of RGB (Red+Green+Blue) = 241+215+10=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D70A is #0E28F5. Grayscale: #C8C8C8. Windows color (decimal): -927990 or 710641. OLE color: 710641.

HSL color Cylindrical-coordinate representation of color #F1D70A: hue angle of 53.25º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1D70A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 10 -
CMYK 0 0.11 0.96 0.05
HSL 53.25º 0.92% 0.49% -
HSV(B) 53.25º 0.96% 0.95% -
XYZ 60.63 67.32 10.09 -
YUV 199.4 21.11 157.67 -
System Red Green Blue C M Y K H S L
Decimal 241 215 10 0 0.11 0.96 0.05 53.25 0.92 0.49
Hex F1 D7 A 0 B 60 5 35 5C 31
Octal 361 327 12 0 13 140 5 65 134 61
Binary 11110001 11010111 1010 0 1011 1100000 101 110101 1011100 110001

Color Harmonies of #F1D70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D70A

Black with #F1D70A

Text Example


Text Example

White with #F1D70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D70A; }

 p { color: rgb(241,215,10); }

 H1.HeaderClassName
 {
   color: #F1D70A;
 }
 .AnyTagClassName
 {
   color: #F1D70A;
 }
</style>

background-color css

<style>
 a { background-color: #F1D70A; }

 a { background-color: rgb(241,215,10); }

 div.DivClassName
 {
   background-color: #F1D70A;
 }
 .BgClassName
 {
   background-color: #F1D70A;
 }
</style>

border-color css

<style>
 span { border-color: #F1D70A; }

 span { border-color: rgb(241,215,10); }

 td.TdClassName
 {
   border-color: #F1D70A;
 }
 .TagClassName
 {
   border-color: #F1D70A;
 }
</style>