Html Css Color HEX #FCD902 School Bus Yellow

📋 copy color: '#FCD902'

red 252 ◦ green 217 ◦ blue 2

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

Shades of School Bus Yellow #FCD902

Tints of School Bus Yellow #FCD902

RGB

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

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

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

R = 53.5%
G = 46.07%
B = 0.42%

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

#FCD902 (or 0xFCD902) is known color: School Bus Yellow. HEX triplet: FC, D9 and 02. RGB value is (252,217,2). Sum of RGB (Red+Green+Blue) = 252+217+2=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 2 (1.17% from 255 or 0.42% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD902 is #0326FD. Grayscale: #CBCBCB. Windows color (decimal): -206590 or 186876. OLE color: 186876.

HSL color Cylindrical-coordinate representation of color #FCD902: hue angle of 51.6º 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 #FCD902 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 2 -
CMYK 0 0.14 0.99 0.01
HSL 51.6º 0.98% 0.5% -
HSV(B) 51.6º 0.99% 0.99% -
XYZ 64.97 70.33 10.21 -
YUV 202.96 14.6 162.98 -
System Red Green Blue C M Y K H S L
Decimal 252 217 2 0 0.14 0.99 0.01 51.6 0.98 0.5
Hex FC D9 2 0 E 63 1 34 62 32
Octal 374 331 2 0 16 143 1 64 142 62
Binary 11111100 11011001 10 0 1110 1100011 1 110100 1100010 110010

Color Harmonies of #FCD902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD902

Black with #FCD902

Text Example


Text Example

White with #FCD902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD902; }

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

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

background-color css

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

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

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

border-color css

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

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

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