Html Css Color HEX #FCD805 School Bus Yellow

📋 copy color: '#FCD805'

red 252 ◦ green 216 ◦ blue 5

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

Shades of School Bus Yellow #FCD805

Tints of School Bus Yellow #FCD805

RGB

 RED value IS 252 (98.83% from 255) = 53.28%

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

 BLUE value IS 5 (2.34% from 255) = 1.06%

R = 53.28%
G = 45.67%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCD805 (or 0xFCD805) is known color: School Bus Yellow. HEX triplet: FC, D8 and 05. RGB value is (252,216,5). Sum of RGB (Red+Green+Blue) = 252+216+5=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 5 (2.34% from 255 or 1.06% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD805 is #0327FA. Grayscale: #CBCBCB. Windows color (decimal): -206843 or 383228. OLE color: 383228.

HSL color Cylindrical-coordinate representation of color #FCD805: hue angle of 51.26º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCD805 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 216 5 -
CMYK 0 0.14 0.98 0.01
HSL 51.26º 0.98% 0.5% -
HSV(B) 51.26º 0.98% 0.99% -
XYZ 64.73 69.82 10.21 -
YUV 202.71 16.43 163.16 -
System Red Green Blue C M Y K H S L
Decimal 252 216 5 0 0.14 0.98 0.01 51.26 0.98 0.5
Hex FC D8 5 0 E 62 1 33 62 32
Octal 374 330 5 0 16 142 1 63 142 62
Binary 11111100 11011000 101 0 1110 1100010 1 110011 1100010 110010

Color Harmonies of #FCD805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD805

Black with #FCD805

Text Example


Text Example

White with #FCD805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD805; }

 p { color: rgb(252,216,5); }

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

background-color css

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

 a { background-color: rgb(252,216,5); }

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

border-color css

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

 span { border-color: rgb(252,216,5); }

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