Html Css Color HEX #FCE35D Corn

📋 copy color: '#FCE35D'

red 252 ◦ green 227 ◦ blue 93

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

Shades of Corn #FCE35D

Tints of Corn #FCE35D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.69%

 BLUE value IS 93 (36.72% from 255) = 16.26%

R = 44.06%
G = 39.69%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCE35D (or 0xFCE35D) is known color: Corn. HEX triplet: FC, E3 and 5D. RGB value is (252,227,93). Sum of RGB (Red+Green+Blue) = 252+227+93=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 93 (36.72% from 255 or 16.26% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE35D is #031CA2. Grayscale: #DBDBDB. Windows color (decimal): -203939 or 6153212. OLE color: 6153212.

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

Color convert

RGB 252 227 93 -
CMYK 0 0.10 0.63 0.01
HSL 50.57º 0.96% 0.68% -
HSV(B) 50.57º 0.63% 0.99% -
XYZ 69.59 76.42 21.44 -
YUV 219.2 56.78 151.4 -
System Red Green Blue C M Y K H S L
Decimal 252 227 93 0 0.10 0.63 0.01 50.57 0.96 0.68
Hex FC E3 5D 0 A 3F 1 33 60 44
Octal 374 343 135 0 12 77 1 63 140 104
Binary 11111100 11100011 1011101 0 1010 111111 1 110011 1100000 1000100

Color Harmonies of #FCE35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE35D

Black with #FCE35D

Text Example


Text Example

White with #FCE35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE35D; }

 p { color: rgb(252,227,93); }

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

background-color css

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

 a { background-color: rgb(252,227,93); }

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

border-color css

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

 span { border-color: rgb(252,227,93); }

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