Html Css Color HEX #FCF558 Corn

📋 copy color: '#FCF558'

red 252 ◦ green 245 ◦ blue 88

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

Shades of Corn #FCF558

Tints of Corn #FCF558

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.88%

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

R = 43.08%
G = 41.88%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCF558 (or 0xFCF558) is known color: Corn. HEX triplet: FC, F5 and 58. RGB value is (252,245,88). Sum of RGB (Red+Green+Blue) = 252+245+88=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 88 (34.77% from 255 or 15.04% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF558 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF558 is #030AA7. Grayscale: #E5E5E5. Windows color (decimal): -199336 or 5830140. OLE color: 5830140.

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

Color convert

RGB 252 245 88 -
CMYK 0 0.03 0.65 0.01
HSL 57.44º 0.96% 0.67% -
HSV(B) 57.44º 0.65% 0.99% -
XYZ 74.56 86.7 22.04 -
YUV 229.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 252 245 88 0 0.03 0.65 0.01 57.44 0.96 0.67
Hex FC F5 58 0 3 41 1 39 60 43
Octal 374 365 130 0 3 101 1 71 140 103
Binary 11111100 11110101 1011000 0 11 1000001 1 111001 1100000 1000011

Color Harmonies of #FCF558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF558

Black with #FCF558

Text Example


Text Example

White with #FCF558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF558; }

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

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

background-color css

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

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

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

border-color css

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

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

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