Html Css Color HEX #FCE55A Corn

📋 copy color: '#FCE55A'

red 252 ◦ green 229 ◦ blue 90

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

Shades of Corn #FCE55A

Tints of Corn #FCE55A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.11%

 BLUE value IS 90 (35.55% from 255) = 15.76%

R = 44.13%
G = 40.11%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCE55A (or 0xFCE55A) is known color: Corn. HEX triplet: FC, E5 and 5A. RGB value is (252,229,90). Sum of RGB (Red+Green+Blue) = 252+229+90=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 90 (35.55% from 255 or 15.76% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE55A is #031AA5. Grayscale: #DCDCDC. Windows color (decimal): -203430 or 5957116. OLE color: 5957116.

HSL color Cylindrical-coordinate representation of color #FCE55A: hue angle of 51.48º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCE55A is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 90 -
CMYK 0 0.09 0.64 0.01
HSL 51.48º 0.96% 0.67% -
HSV(B) 51.48º 0.64% 0.99% -
XYZ 70.01 77.47 20.94 -
YUV 220.03 54.62 150.8 -
System Red Green Blue C M Y K H S L
Decimal 252 229 90 0 0.09 0.64 0.01 51.48 0.96 0.67
Hex FC E5 5A 0 9 40 1 33 60 43
Octal 374 345 132 0 11 100 1 63 140 103
Binary 11111100 11100101 1011010 0 1001 1000000 1 110011 1100000 1000011

Color Harmonies of #FCE55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE55A

Black with #FCE55A

Text Example


Text Example

White with #FCE55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE55A; }

 p { color: rgb(252,229,90); }

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

background-color css

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

 a { background-color: rgb(252,229,90); }

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

border-color css

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

 span { border-color: rgb(252,229,90); }

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