Html Css Color HEX #FCE45B Corn

📋 copy color: '#FCE45B'

red 252 ◦ green 228 ◦ blue 91

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

Shades of Corn #FCE45B

Tints of Corn #FCE45B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.93%

 BLUE value IS 91 (35.94% from 255) = 15.94%

R = 44.13%
G = 39.93%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCE45B (or 0xFCE45B) is known color: Corn. HEX triplet: FC, E4 and 5B. RGB value is (252,228,91). Sum of RGB (Red+Green+Blue) = 252+228+91=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 91 (35.94% from 255 or 15.94% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE45B is #031BA4. Grayscale: #DCDCDC. Windows color (decimal): -203685 or 6022396. OLE color: 6022396.

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

Color convert

RGB 252 228 91 -
CMYK 0 0.10 0.64 0.01
HSL 51.06º 0.96% 0.67% -
HSV(B) 51.06º 0.64% 0.99% -
XYZ 69.78 76.94 21.07 -
YUV 219.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 252 228 91 0 0.10 0.64 0.01 51.06 0.96 0.67
Hex FC E4 5B 0 A 40 1 33 60 43
Octal 374 344 133 0 12 100 1 63 140 103
Binary 11111100 11100100 1011011 0 1010 1000000 1 110011 1100000 1000011

Color Harmonies of #FCE45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE45B

Black with #FCE45B

Text Example


Text Example

White with #FCE45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE45B; }

 p { color: rgb(252,228,91); }

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

background-color css

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

 a { background-color: rgb(252,228,91); }

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

border-color css

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

 span { border-color: rgb(252,228,91); }

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