Html Css Color HEX #F6D80B School Bus Yellow

📋 copy color: '#F6D80B'

red 246 ◦ green 216 ◦ blue 11

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

Shades of School Bus Yellow #F6D80B

Tints of School Bus Yellow #F6D80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.33%

R = 52.01%
G = 45.67%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6D80B (or 0xF6D80B) is known color: School Bus Yellow. HEX triplet: F6, D8 and 0B. RGB value is (246,216,11). Sum of RGB (Red+Green+Blue) = 246+216+11=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D80B is #0927F4. Grayscale: #CACACA. Windows color (decimal): -600053 or 776438. OLE color: 776438.

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

Color convert

RGB 246 216 11 -
CMYK 0 0.12 0.96 0.04
HSL 52.34º 0.93% 0.5% -
HSV(B) 52.34º 0.96% 0.96% -
XYZ 62.62 68.73 10.28 -
YUV 201.6 20.44 159.67 -
System Red Green Blue C M Y K H S L
Decimal 246 216 11 0 0.12 0.96 0.04 52.34 0.93 0.5
Hex F6 D8 B 0 C 60 4 34 5D 32
Octal 366 330 13 0 14 140 4 64 135 62
Binary 11110110 11011000 1011 0 1100 1100000 100 110100 1011101 110010

Color Harmonies of #F6D80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D80B

Black with #F6D80B

Text Example


Text Example

White with #F6D80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D80B; }

 p { color: rgb(246,216,11); }

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

background-color css

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

 a { background-color: rgb(246,216,11); }

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

border-color css

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

 span { border-color: rgb(246,216,11); }

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