Html Css Color HEX #FCF058 Corn

📋 copy color: '#FCF058'

red 252 ◦ green 240 ◦ blue 88

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

Shades of Corn #FCF058

Tints of Corn #FCF058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.17%

R = 43.45%
G = 41.38%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCF058 (or 0xFCF058) is known color: Corn. HEX triplet: FC, F0 and 58. RGB value is (252,240,88). Sum of RGB (Red+Green+Blue) = 252+240+88=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 88 (34.77% from 255 or 15.17% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF058 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF058 is #030FA7. Grayscale: #E2E2E2. Windows color (decimal): -200616 or 5828860. OLE color: 5828860.

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

Color convert

RGB 252 240 88 -
CMYK 0 0.05 0.65 0.01
HSL 55.61º 0.96% 0.67% -
HSV(B) 55.61º 0.65% 0.99% -
XYZ 73.07 83.72 21.54 -
YUV 226.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 252 240 88 0 0.05 0.65 0.01 55.61 0.96 0.67
Hex FC F0 58 0 5 41 1 38 60 43
Octal 374 360 130 0 5 101 1 70 140 103
Binary 11111100 11110000 1011000 0 101 1000001 1 111000 1100000 1000011

Color Harmonies of #FCF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF058

Black with #FCF058

Text Example


Text Example

White with #FCF058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF058; }

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

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

background-color css

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

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

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

border-color css

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

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

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