Html Css Color HEX #FFD901 School Bus Yellow

📋 copy color: '#FFD901'

red 255 ◦ green 217 ◦ blue 1

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

Shades of School Bus Yellow #FFD901

Tints of School Bus Yellow #FFD901

RGB

 RED value IS 255 (100% from 255) = 53.91%

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

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

R = 53.91%
G = 45.88%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFD901 (or 0xFFD901) is known color: School Bus Yellow. HEX triplet: FF, D9 and 01. RGB value is (255,217,1). Sum of RGB (Red+Green+Blue) = 255+217+1=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 1 (0.78% from 255 or 0.21% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD901 is #0026FE. Grayscale: #CCCCCC. Windows color (decimal): -9983 or 121343. OLE color: 121343.

HSL color Cylindrical-coordinate representation of color #FFD901: hue angle of 51.02º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFD901 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 217 1 -
CMYK 0 0.15 1.00 0
HSL 51.02º 1% 0.5% -
HSV(B) 51.02º 1% 1% -
XYZ 66.06 70.89 10.23 -
YUV 203.74 13.59 164.56 -
System Red Green Blue C M Y K H S L
Decimal 255 217 1 0 0.15 1.00 0 51.02 1 0.5
Hex FF D9 1 0 F 64 0 33 64 32
Octal 377 331 1 0 17 144 0 63 144 62
Binary 11111111 11011001 1 0 1111 1100100 0 110011 1100100 110010

Color Harmonies of #FFD901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD901

Black with #FFD901

Text Example


Text Example

White with #FFD901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD901; }

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

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

background-color css

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

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

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

border-color css

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

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

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