Html Css Color HEX #FCF162 Corn

📋 copy color: '#FCF162'

red 252 ◦ green 241 ◦ blue 98

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

Shades of Corn #FCF162

Tints of Corn #FCF162

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.78%

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

R = 42.64%
G = 40.78%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCF162 (or 0xFCF162) is known color: Corn. HEX triplet: FC, F1 and 62. RGB value is (252,241,98). Sum of RGB (Red+Green+Blue) = 252+241+98=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 98 (38.67% from 255 or 16.58% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF162 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF162 is #030E9D. Grayscale: #E4E4E4. Windows color (decimal): -200350 or 6484476. OLE color: 6484476.

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

Color convert

RGB 252 241 98 -
CMYK 0 0.04 0.61 0.01
HSL 55.71º 0.96% 0.69% -
HSV(B) 55.71º 0.61% 0.99% -
XYZ 73.8 84.49 23.97 -
YUV 227.99 54.64 145.13 -
System Red Green Blue C M Y K H S L
Decimal 252 241 98 0 0.04 0.61 0.01 55.71 0.96 0.69
Hex FC F1 62 0 4 3D 1 38 60 45
Octal 374 361 142 0 4 75 1 70 140 105
Binary 11111100 11110001 1100010 0 100 111101 1 111000 1100000 1000101

Color Harmonies of #FCF162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF162

Black with #FCF162

Text Example


Text Example

White with #FCF162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF162; }

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

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

background-color css

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

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

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

border-color css

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

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

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