Html Css Color HEX #F1D710 School Bus Yellow

📋 copy color: '#F1D710'

red 241 ◦ green 215 ◦ blue 16

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

Shades of School Bus Yellow #F1D710

Tints of School Bus Yellow #F1D710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.39%

R = 51.06%
G = 45.55%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1D710 (or 0xF1D710) is known color: School Bus Yellow. HEX triplet: F1, D7 and 10. RGB value is (241,215,16). Sum of RGB (Red+Green+Blue) = 241+215+16=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 16 (6.64% from 255 or 3.39% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D710 is #0E28EF. Grayscale: #C8C8C8. Windows color (decimal): -927984 or 1103857. OLE color: 1103857.

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

Color convert

RGB 241 215 16 -
CMYK 0 0.11 0.93 0.05
HSL 53.07º 0.89% 0.5% -
HSV(B) 53.07º 0.93% 0.95% -
XYZ 60.67 67.34 10.29 -
YUV 200.09 24.11 157.18 -
System Red Green Blue C M Y K H S L
Decimal 241 215 16 0 0.11 0.93 0.05 53.07 0.89 0.5
Hex F1 D7 10 0 B 5D 5 35 59 32
Octal 361 327 20 0 13 135 5 65 131 62
Binary 11110001 11010111 10000 0 1011 1011101 101 110101 1011001 110010

Color Harmonies of #F1D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D710

Black with #F1D710

Text Example


Text Example

White with #F1D710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D710; }

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

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

background-color css

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

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

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

border-color css

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

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

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