Html Css Color HEX #F4D706 School Bus Yellow

📋 copy color: '#F4D706'

red 244 ◦ green 215 ◦ blue 6

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

Shades of School Bus Yellow #F4D706

Tints of School Bus Yellow #F4D706

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.24%

 BLUE value IS 6 (2.73% from 255) = 1.29%

R = 52.47%
G = 46.24%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F4D706 (or 0xF4D706) is known color: School Bus Yellow. HEX triplet: F4, D7 and 06. RGB value is (244,215,6). Sum of RGB (Red+Green+Blue) = 244+215+6=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 6 (2.73% from 255 or 1.29% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D706 is #0B28F9. Grayscale: #C8C8C8. Windows color (decimal): -731386 or 448500. OLE color: 448500.

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

Color convert

RGB 244 215 6 -
CMYK 0 0.12 0.98 0.04
HSL 52.69º 0.95% 0.49% -
HSV(B) 52.69º 0.98% 0.96% -
XYZ 61.64 67.85 10.02 -
YUV 199.85 18.61 159.49 -
System Red Green Blue C M Y K H S L
Decimal 244 215 6 0 0.12 0.98 0.04 52.69 0.95 0.49
Hex F4 D7 6 0 C 62 4 35 5F 31
Octal 364 327 6 0 14 142 4 65 137 61
Binary 11110100 11010111 110 0 1100 1100010 100 110101 1011111 110001

Color Harmonies of #F4D706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D706

Black with #F4D706

Text Example


Text Example

White with #F4D706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D706; }

 p { color: rgb(244,215,6); }

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

background-color css

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

 a { background-color: rgb(244,215,6); }

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

border-color css

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

 span { border-color: rgb(244,215,6); }

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