Html Css Color HEX #FCD80D School Bus Yellow

📋 copy color: '#FCD80D'

red 252 ◦ green 216 ◦ blue 13

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

Shades of School Bus Yellow #FCD80D

Tints of School Bus Yellow #FCD80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.7%

R = 52.39%
G = 44.91%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCD80D (or 0xFCD80D) is known color: School Bus Yellow. HEX triplet: FC, D8 and 0D. RGB value is (252,216,13). Sum of RGB (Red+Green+Blue) = 252+216+13=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 13 (5.47% from 255 or 2.70% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD80D is #0327F2. Grayscale: #CCCCCC. Windows color (decimal): -206835 or 907516. OLE color: 907516.

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

Color convert

RGB 252 216 13 -
CMYK 0 0.14 0.95 0.01
HSL 50.96º 0.98% 0.52% -
HSV(B) 50.96º 0.95% 0.99% -
XYZ 64.77 69.84 10.45 -
YUV 203.62 20.43 162.51 -
System Red Green Blue C M Y K H S L
Decimal 252 216 13 0 0.14 0.95 0.01 50.96 0.98 0.52
Hex FC D8 D 0 E 5F 1 33 62 34
Octal 374 330 15 0 16 137 1 63 142 64
Binary 11111100 11011000 1101 0 1110 1011111 1 110011 1100010 110100

Color Harmonies of #FCD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD80D

Black with #FCD80D

Text Example


Text Example

White with #FCD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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