Html Css Color HEX #FCF062 Corn

📋 copy color: '#FCF062'

red 252 ◦ green 240 ◦ blue 98

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

Shades of Corn #FCF062

Tints of Corn #FCF062

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.68%

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

R = 42.71%
G = 40.68%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCF062 (or 0xFCF062) is known color: Corn. HEX triplet: FC, F0 and 62. RGB value is (252,240,98). Sum of RGB (Red+Green+Blue) = 252+240+98=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 98 (38.67% from 255 or 16.61% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF062 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF062 is #030F9D. Grayscale: #E3E3E3. Windows color (decimal): -200606 or 6484220. OLE color: 6484220.

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

Color convert

RGB 252 240 98 -
CMYK 0 0.05 0.61 0.01
HSL 55.32º 0.96% 0.69% -
HSV(B) 55.32º 0.61% 0.99% -
XYZ 73.51 83.9 23.87 -
YUV 227.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 252 240 98 0 0.05 0.61 0.01 55.32 0.96 0.69
Hex FC F0 62 0 5 3D 1 37 60 45
Octal 374 360 142 0 5 75 1 67 140 105
Binary 11111100 11110000 1100010 0 101 111101 1 110111 1100000 1000101

Color Harmonies of #FCF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF062

Black with #FCF062

Text Example


Text Example

White with #FCF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF062; }

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

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

background-color css

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

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

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

border-color css

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

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

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