Html Css Color HEX #FCD802 School Bus Yellow

📋 copy color: '#FCD802'

red 252 ◦ green 216 ◦ blue 2

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

Shades of School Bus Yellow #FCD802

Tints of School Bus Yellow #FCD802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 53.62%
G = 45.96%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCD802 (or 0xFCD802) is known color: School Bus Yellow. HEX triplet: FC, D8 and 02. RGB value is (252,216,2). Sum of RGB (Red+Green+Blue) = 252+216+2=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 2 (1.17% from 255 or 0.43% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD802 is #0327FD. Grayscale: #CBCBCB. Windows color (decimal): -206846 or 186620. OLE color: 186620.

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

Color convert

RGB 252 216 2 -
CMYK 0 0.14 0.99 0.01
HSL 51.36º 0.98% 0.5% -
HSV(B) 51.36º 0.99% 0.99% -
XYZ 64.71 69.81 10.12 -
YUV 202.37 14.93 163.4 -
System Red Green Blue C M Y K H S L
Decimal 252 216 2 0 0.14 0.99 0.01 51.36 0.98 0.5
Hex FC D8 2 0 E 63 1 33 62 32
Octal 374 330 2 0 16 143 1 63 142 62
Binary 11111100 11011000 10 0 1110 1100011 1 110011 1100010 110010

Color Harmonies of #FCD802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD802

Black with #FCD802

Text Example


Text Example

White with #FCD802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD802; }

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

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

background-color css

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

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

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

border-color css

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

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

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