Html Css Color HEX #FCD80F School Bus Yellow

📋 copy color: '#FCD80F'

red 252 ◦ green 216 ◦ blue 15

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

Shades of School Bus Yellow #FCD80F

Tints of School Bus Yellow #FCD80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.11%

R = 52.17%
G = 44.72%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCD80F (or 0xFCD80F) is known color: School Bus Yellow. HEX triplet: FC, D8 and 0F. RGB value is (252,216,15). Sum of RGB (Red+Green+Blue) = 252+216+15=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 15 (6.25% from 255 or 3.11% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD80F is #0327F0. Grayscale: #CCCCCC. Windows color (decimal): -206833 or 1038588. OLE color: 1038588.

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

Color convert

RGB 252 216 15 -
CMYK 0 0.14 0.94 0.01
HSL 50.89º 0.98% 0.52% -
HSV(B) 50.89º 0.94% 0.99% -
XYZ 64.79 69.84 10.52 -
YUV 203.85 21.43 162.34 -
System Red Green Blue C M Y K H S L
Decimal 252 216 15 0 0.14 0.94 0.01 50.89 0.98 0.52
Hex FC D8 F 0 E 5E 1 33 62 34
Octal 374 330 17 0 16 136 1 63 142 64
Binary 11111100 11011000 1111 0 1110 1011110 1 110011 1100010 110100

Color Harmonies of #FCD80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD80F

Black with #FCD80F

Text Example


Text Example

White with #FCD80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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