Html Css Color HEX #FCE962 Corn

📋 copy color: '#FCE962'

red 252 ◦ green 233 ◦ blue 98

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

Shades of Corn #FCE962

Tints of Corn #FCE962

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.97%

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

R = 43.22%
G = 39.97%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCE962 (or 0xFCE962) is known color: Corn. HEX triplet: FC, E9 and 62. RGB value is (252,233,98). Sum of RGB (Red+Green+Blue) = 252+233+98=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 98 (38.67% from 255 or 16.81% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE962 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE962 is #03169D. Grayscale: #DFDFDF. Windows color (decimal): -202398 or 6482428. OLE color: 6482428.

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

Color convert

RGB 252 233 98 -
CMYK 0 0.08 0.61 0.01
HSL 52.6º 0.96% 0.69% -
HSV(B) 52.6º 0.61% 0.99% -
XYZ 71.49 79.86 23.2 -
YUV 223.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 252 233 98 0 0.08 0.61 0.01 52.6 0.96 0.69
Hex FC E9 62 0 8 3D 1 35 60 45
Octal 374 351 142 0 10 75 1 65 140 105
Binary 11111100 11101001 1100010 0 1000 111101 1 110101 1100000 1000101

Color Harmonies of #FCE962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE962

Black with #FCE962

Text Example


Text Example

White with #FCE962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE962; }

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

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

background-color css

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

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

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

border-color css

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

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

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