Html Css Color HEX #F9D811 School Bus Yellow

📋 copy color: '#F9D811'

red 249 ◦ green 216 ◦ blue 17

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

Shades of School Bus Yellow #F9D811

Tints of School Bus Yellow #F9D811

RGB

 RED value IS 249 (97.66% from 255) = 51.66%

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

 BLUE value IS 17 (7.03% from 255) = 3.53%

R = 51.66%
G = 44.81%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F9D811 (or 0xF9D811) is known color: School Bus Yellow. HEX triplet: F9, D8 and 11. RGB value is (249,216,17). Sum of RGB (Red+Green+Blue) = 249+216+17=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 17 (7.03% from 255 or 3.53% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D811 is #0627EE. Grayscale: #CCCCCC. Windows color (decimal): -403439 or 1169657. OLE color: 1169657.

HSL color Cylindrical-coordinate representation of color #F9D811: hue angle of 51.47º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9D811 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 216 17 -
CMYK 0 0.13 0.93 0.02
HSL 51.47º 0.95% 0.52% -
HSV(B) 51.47º 0.93% 0.98% -
XYZ 63.72 69.29 10.55 -
YUV 203.18 22.93 160.68 -
System Red Green Blue C M Y K H S L
Decimal 249 216 17 0 0.13 0.93 0.02 51.47 0.95 0.52
Hex F9 D8 11 0 D 5D 2 33 5F 34
Octal 371 330 21 0 15 135 2 63 137 64
Binary 11111001 11011000 10001 0 1101 1011101 10 110011 1011111 110100

Color Harmonies of #F9D811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D811

Black with #F9D811

Text Example


Text Example

White with #F9D811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D811; }

 p { color: rgb(249,216,17); }

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

background-color css

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

 a { background-color: rgb(249,216,17); }

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

border-color css

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

 span { border-color: rgb(249,216,17); }

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