Html Css Color HEX #F9D80D School Bus Yellow

📋 copy color: '#F9D80D'

red 249 ◦ green 216 ◦ blue 13

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

Shades of School Bus Yellow #F9D80D

Tints of School Bus Yellow #F9D80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.72%

R = 52.09%
G = 45.19%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9D80D (or 0xF9D80D) is known color: School Bus Yellow. HEX triplet: F9, D8 and 0D. RGB value is (249,216,13). Sum of RGB (Red+Green+Blue) = 249+216+13=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 13 (5.47% from 255 or 2.72% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D80D is #0627F2. Grayscale: #CBCBCB. Windows color (decimal): -403443 or 907513. OLE color: 907513.

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

Color convert

RGB 249 216 13 -
CMYK 0 0.13 0.95 0.02
HSL 51.61º 0.95% 0.51% -
HSV(B) 51.61º 0.95% 0.98% -
XYZ 63.7 69.28 10.4 -
YUV 202.73 20.93 161.01 -
System Red Green Blue C M Y K H S L
Decimal 249 216 13 0 0.13 0.95 0.02 51.61 0.95 0.51
Hex F9 D8 D 0 D 5F 2 34 5F 33
Octal 371 330 15 0 15 137 2 64 137 63
Binary 11111001 11011000 1101 0 1101 1011111 10 110100 1011111 110011

Color Harmonies of #F9D80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D80D

Black with #F9D80D

Text Example


Text Example

White with #F9D80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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