Html Css Color HEX #F6D901 School Bus Yellow

📋 copy color: '#F6D901'

red 246 ◦ green 217 ◦ blue 1

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

Shades of School Bus Yellow #F6D901

Tints of School Bus Yellow #F6D901

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.77%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 53.02%
G = 46.77%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F6D901 (or 0xF6D901) is known color: School Bus Yellow. HEX triplet: F6, D9 and 01. RGB value is (246,217,1). Sum of RGB (Red+Green+Blue) = 246+217+1=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D901 is #0926FE. Grayscale: #C9C9C9. Windows color (decimal): -599807 or 121334. OLE color: 121334.

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

Color convert

RGB 246 217 1 -
CMYK 0 0.12 1.00 0.04
HSL 52.9º 0.99% 0.48% -
HSV(B) 52.9º 1% 0.96% -
XYZ 62.82 69.22 10.08 -
YUV 201.05 15.11 160.06 -
System Red Green Blue C M Y K H S L
Decimal 246 217 1 0 0.12 1.00 0.04 52.9 0.99 0.48
Hex F6 D9 1 0 C 64 4 35 63 30
Octal 366 331 1 0 14 144 4 65 143 60
Binary 11110110 11011001 1 0 1100 1100100 100 110101 1100011 110000

Color Harmonies of #F6D901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D901

Black with #F6D901

Text Example


Text Example

White with #F6D901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D901; }

 p { color: rgb(246,217,1); }

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

background-color css

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

 a { background-color: rgb(246,217,1); }

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

border-color css

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

 span { border-color: rgb(246,217,1); }

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