Html Css Color HEX #F4D80C School Bus Yellow

📋 copy color: '#F4D80C'

red 244 ◦ green 216 ◦ blue 12

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

Shades of School Bus Yellow #F4D80C

Tints of School Bus Yellow #F4D80C

RGB

 RED value IS 244 (95.7% from 255) = 51.69%

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

 BLUE value IS 12 (5.08% from 255) = 2.54%

R = 51.69%
G = 45.76%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4D80C (or 0xF4D80C) is known color: School Bus Yellow. HEX triplet: F4, D8 and 0C. RGB value is (244,216,12). Sum of RGB (Red+Green+Blue) = 244+216+12=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D80C is #0B27F3. Grayscale: #C9C9C9. Windows color (decimal): -731124 or 841972. OLE color: 841972.

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

Color convert

RGB 244 216 12 -
CMYK 0 0.11 0.95 0.04
HSL 52.76º 0.91% 0.5% -
HSV(B) 52.76º 0.95% 0.96% -
XYZ 61.93 68.37 10.28 -
YUV 201.12 21.28 158.59 -
System Red Green Blue C M Y K H S L
Decimal 244 216 12 0 0.11 0.95 0.04 52.76 0.91 0.5
Hex F4 D8 C 0 B 5F 4 35 5B 32
Octal 364 330 14 0 13 137 4 65 133 62
Binary 11110100 11011000 1100 0 1011 1011111 100 110101 1011011 110010

Color Harmonies of #F4D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D80C

Black with #F4D80C

Text Example


Text Example

White with #F4D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D80C; }

 p { color: rgb(244,216,12); }

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

background-color css

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

 a { background-color: rgb(244,216,12); }

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

border-color css

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

 span { border-color: rgb(244,216,12); }

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