Html Css Color HEX #FCE55F Corn

📋 copy color: '#FCE55F'

red 252 ◦ green 229 ◦ blue 95

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

Shades of Corn #FCE55F

Tints of Corn #FCE55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.49%

R = 43.75%
G = 39.76%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCE55F (or 0xFCE55F) is known color: Corn. HEX triplet: FC, E5 and 5F. RGB value is (252,229,95). Sum of RGB (Red+Green+Blue) = 252+229+95=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 95 (37.5% from 255 or 16.49% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE55F is #031AA0. Grayscale: #DDDDDD. Windows color (decimal): -203425 or 6284796. OLE color: 6284796.

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

Color convert

RGB 252 229 95 -
CMYK 0 0.09 0.62 0.01
HSL 51.21º 0.96% 0.68% -
HSV(B) 51.21º 0.62% 0.99% -
XYZ 70.23 77.56 22.1 -
YUV 220.6 57.12 150.4 -
System Red Green Blue C M Y K H S L
Decimal 252 229 95 0 0.09 0.62 0.01 51.21 0.96 0.68
Hex FC E5 5F 0 9 3E 1 33 60 44
Octal 374 345 137 0 11 76 1 63 140 104
Binary 11111100 11100101 1011111 0 1001 111110 1 110011 1100000 1000100

Color Harmonies of #FCE55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE55F

Black with #FCE55F

Text Example


Text Example

White with #FCE55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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