Html Css Color HEX #F6DA0C School Bus Yellow

📋 copy color: '#F6DA0C'

red 246 ◦ green 218 ◦ blue 12

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

Shades of School Bus Yellow #F6DA0C

Tints of School Bus Yellow #F6DA0C

RGB

 RED value IS 246 (96.48% from 255) = 51.68%

 GREEN value IS 218 (85.55% from 255) = 45.8%

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

R = 51.68%
G = 45.8%
B = 2.52%

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

#F6DA0C (or 0xF6DA0C) is known color: School Bus Yellow. HEX triplet: F6, DA and 0C. RGB value is (246,218,12). Sum of RGB (Red+Green+Blue) = 246+218+12=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DA0C is #0925F3. Grayscale: #CBCBCB. Windows color (decimal): -599540 or 842486. OLE color: 842486.

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

Color convert

RGB 246 218 12 -
CMYK 0 0.11 0.95 0.04
HSL 52.82º 0.93% 0.51% -
HSV(B) 52.82º 0.95% 0.96% -
XYZ 63.14 69.76 10.49 -
YUV 202.89 20.28 158.75 -
System Red Green Blue C M Y K H S L
Decimal 246 218 12 0 0.11 0.95 0.04 52.82 0.93 0.51
Hex F6 DA C 0 B 5F 4 35 5D 33
Octal 366 332 14 0 13 137 4 65 135 63
Binary 11110110 11011010 1100 0 1011 1011111 100 110101 1011101 110011

Color Harmonies of #F6DA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DA0C

Black with #F6DA0C

Text Example


Text Example

White with #F6DA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DA0C; }

 p { color: rgb(246,218,12); }

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

background-color css

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

 a { background-color: rgb(246,218,12); }

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

border-color css

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

 span { border-color: rgb(246,218,12); }

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