Html Css Color HEX #F1D808 School Bus Yellow

📋 copy color: '#F1D808'

red 241 ◦ green 216 ◦ blue 8

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

Shades of School Bus Yellow #F1D808

Tints of School Bus Yellow #F1D808

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.45%

 BLUE value IS 8 (3.52% from 255) = 1.72%

R = 51.83%
G = 46.45%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F1D808 (or 0xF1D808) is known color: School Bus Yellow. HEX triplet: F1, D8 and 08. RGB value is (241,216,8). Sum of RGB (Red+Green+Blue) = 241+216+8=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 8 (3.52% from 255 or 1.72% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D808 is #0E27F7. Grayscale: #C8C8C8. Windows color (decimal): -927736 or 579825. OLE color: 579825.

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

Color convert

RGB 241 216 8 -
CMYK 0 0.10 0.97 0.05
HSL 53.56º 0.94% 0.49% -
HSV(B) 53.56º 0.97% 0.95% -
XYZ 60.88 67.83 10.11 -
YUV 199.76 19.78 157.41 -
System Red Green Blue C M Y K H S L
Decimal 241 216 8 0 0.10 0.97 0.05 53.56 0.94 0.49
Hex F1 D8 8 0 A 61 5 36 5E 31
Octal 361 330 10 0 12 141 5 66 136 61
Binary 11110001 11011000 1000 0 1010 1100001 101 110110 1011110 110001

Color Harmonies of #F1D808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D808

Black with #F1D808

Text Example


Text Example

White with #F1D808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D808; }

 p { color: rgb(241,216,8); }

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

background-color css

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

 a { background-color: rgb(241,216,8); }

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

border-color css

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

 span { border-color: rgb(241,216,8); }

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