Html Css Color HEX #F1D807 School Bus Yellow

📋 copy color: '#F1D807'

red 241 ◦ green 216 ◦ blue 7

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

Shades of School Bus Yellow #F1D807

Tints of School Bus Yellow #F1D807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.51%

R = 51.94%
G = 46.55%
B = 1.51%

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

#F1D807 (or 0xF1D807) is known color: School Bus Yellow. HEX triplet: F1, D8 and 07. RGB value is (241,216,7). Sum of RGB (Red+Green+Blue) = 241+216+7=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 7 (3.12% from 255 or 1.51% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D807 is #0E27F8. Grayscale: #C8C8C8. Windows color (decimal): -927737 or 514289. OLE color: 514289.

HSL color Cylindrical-coordinate representation of color #F1D807: hue angle of 53.59º 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 #F1D807 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 216 7 -
CMYK 0 0.10 0.97 0.05
HSL 53.59º 0.94% 0.49% -
HSV(B) 53.59º 0.97% 0.95% -
XYZ 60.87 67.83 10.08 -
YUV 199.65 19.28 157.49 -
System Red Green Blue C M Y K H S L
Decimal 241 216 7 0 0.10 0.97 0.05 53.59 0.94 0.49
Hex F1 D8 7 0 A 61 5 36 5E 31
Octal 361 330 7 0 12 141 5 66 136 61
Binary 11110001 11011000 111 0 1010 1100001 101 110110 1011110 110001

Color Harmonies of #F1D807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D807

Black with #F1D807

Text Example


Text Example

White with #F1D807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D807; }

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

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

background-color css

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

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

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

border-color css

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

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

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