Html Css Color HEX #FFD801 School Bus Yellow

📋 copy color: '#FFD801'

red 255 ◦ green 216 ◦ blue 1

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

Shades of School Bus Yellow #FFD801

Tints of School Bus Yellow #FFD801

RGB

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

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

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

R = 54.03%
G = 45.76%
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

#FFD801 (or 0xFFD801) is known color: School Bus Yellow. HEX triplet: FF, D8 and 01. RGB value is (255,216,1). Sum of RGB (Red+Green+Blue) = 255+216+1=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 1 (0.78% from 255 or 0.21% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD801 is #0027FE. Grayscale: #CCCCCC. Windows color (decimal): -10239 or 121087. OLE color: 121087.

HSL color Cylindrical-coordinate representation of color #FFD801: hue angle of 50.79º 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 #FFD801 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 216 1 -
CMYK 0 0.15 1.00 0
HSL 50.79º 1% 0.5% -
HSV(B) 50.79º 1% 1% -
XYZ 65.8 70.37 10.14 -
YUV 203.15 13.92 164.98 -
System Red Green Blue C M Y K H S L
Decimal 255 216 1 0 0.15 1.00 0 50.79 1 0.5
Hex FF D8 1 0 F 64 0 33 64 32
Octal 377 330 1 0 17 144 0 63 144 62
Binary 11111111 11011000 1 0 1111 1100100 0 110011 1100100 110010

Color Harmonies of #FFD801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD801

Black with #FFD801

Text Example


Text Example

White with #FFD801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD801; }

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

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

background-color css

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

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

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

border-color css

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

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

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