Html Css Color HEX #FCE362 Corn

📋 copy color: '#FCE362'

red 252 ◦ green 227 ◦ blue 98

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

Shades of Corn #FCE362

Tints of Corn #FCE362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 16.98%

R = 43.67%
G = 39.34%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCE362 (or 0xFCE362) is known color: Corn. HEX triplet: FC, E3 and 62. RGB value is (252,227,98). Sum of RGB (Red+Green+Blue) = 252+227+98=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 98 (38.67% from 255 or 16.98% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE362 is #031C9D. Grayscale: #DCDCDC. Windows color (decimal): -203934 or 6480892. OLE color: 6480892.

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

Color convert

RGB 252 227 98 -
CMYK 0 0.10 0.61 0.01
HSL 50.26º 0.96% 0.69% -
HSV(B) 50.26º 0.61% 0.99% -
XYZ 69.82 76.52 22.64 -
YUV 219.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 252 227 98 0 0.10 0.61 0.01 50.26 0.96 0.69
Hex FC E3 62 0 A 3D 1 32 60 45
Octal 374 343 142 0 12 75 1 62 140 105
Binary 11111100 11100011 1100010 0 1010 111101 1 110010 1100000 1000101

Color Harmonies of #FCE362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE362

Black with #FCE362

Text Example


Text Example

White with #FCE362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE362; }

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

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

background-color css

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

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

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

border-color css

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

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

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