Html Css Color HEX #FCD903 School Bus Yellow

📋 copy color: '#FCD903'

red 252 ◦ green 217 ◦ blue 3

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

Shades of School Bus Yellow #FCD903

Tints of School Bus Yellow #FCD903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.64%

R = 53.39%
G = 45.97%
B = 0.64%

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

#FCD903 (or 0xFCD903) is known color: School Bus Yellow. HEX triplet: FC, D9 and 03. RGB value is (252,217,3). Sum of RGB (Red+Green+Blue) = 252+217+3=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 3 (1.56% from 255 or 0.64% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD903 is #0326FC. Grayscale: #CBCBCB. Windows color (decimal): -206589 or 252412. OLE color: 252412.

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

Color convert

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

Color Harmonies of #FCD903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD903

Black with #FCD903

Text Example


Text Example

White with #FCD903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD903; }

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

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

background-color css

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

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

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

border-color css

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

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

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