Html Css Color HEX #FCD90E School Bus Yellow

📋 copy color: '#FCD90E'

red 252 ◦ green 217 ◦ blue 14

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

Shades of School Bus Yellow #FCD90E

Tints of School Bus Yellow #FCD90E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.9%

R = 52.17%
G = 44.93%
B = 2.9%

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

#FCD90E (or 0xFCD90E) is known color: School Bus Yellow. HEX triplet: FC, D9 and 0E. RGB value is (252,217,14). Sum of RGB (Red+Green+Blue) = 252+217+14=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD90E is #0326F1. Grayscale: #CDCDCD. Windows color (decimal): -206578 or 973308. OLE color: 973308.

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

Color convert

RGB 252 217 14 -
CMYK 0 0.14 0.94 0.01
HSL 51.18º 0.98% 0.52% -
HSV(B) 51.18º 0.94% 0.99% -
XYZ 65.04 70.35 10.57 -
YUV 204.32 20.6 162.01 -
System Red Green Blue C M Y K H S L
Decimal 252 217 14 0 0.14 0.94 0.01 51.18 0.98 0.52
Hex FC D9 E 0 E 5E 1 33 62 34
Octal 374 331 16 0 16 136 1 63 142 64
Binary 11111100 11011001 1110 0 1110 1011110 1 110011 1100010 110100

Color Harmonies of #FCD90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD90E

Black with #FCD90E

Text Example


Text Example

White with #FCD90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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