Html Css Color HEX #F4D80E School Bus Yellow

📋 copy color: '#F4D80E'

red 244 ◦ green 216 ◦ blue 14

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

Shades of School Bus Yellow #F4D80E

Tints of School Bus Yellow #F4D80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.95%

R = 51.48%
G = 45.57%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4D80E (or 0xF4D80E) is known color: School Bus Yellow. HEX triplet: F4, D8 and 0E. RGB value is (244,216,14). Sum of RGB (Red+Green+Blue) = 244+216+14=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D80E is #0B27F1. Grayscale: #CACACA. Windows color (decimal): -731122 or 973044. OLE color: 973044.

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

Color convert

RGB 244 216 14 -
CMYK 0 0.11 0.94 0.04
HSL 52.7º 0.91% 0.51% -
HSV(B) 52.7º 0.94% 0.96% -
XYZ 61.94 68.38 10.35 -
YUV 201.34 22.28 158.43 -
System Red Green Blue C M Y K H S L
Decimal 244 216 14 0 0.11 0.94 0.04 52.7 0.91 0.51
Hex F4 D8 E 0 B 5E 4 35 5B 33
Octal 364 330 16 0 13 136 4 65 133 63
Binary 11110100 11011000 1110 0 1011 1011110 100 110101 1011011 110011

Color Harmonies of #F4D80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D80E

Black with #F4D80E

Text Example


Text Example

White with #F4D80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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