Html Css Color HEX #FCF45C Corn

📋 copy color: '#FCF45C'

red 252 ◦ green 244 ◦ blue 92

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

Shades of Corn #FCF45C

Tints of Corn #FCF45C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.5%

 BLUE value IS 92 (36.33% from 255) = 15.65%

R = 42.86%
G = 41.5%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCF45C (or 0xFCF45C) is known color: Corn. HEX triplet: FC, F4 and 5C. RGB value is (252,244,92). Sum of RGB (Red+Green+Blue) = 252+244+92=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 92 (36.33% from 255 or 15.65% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF45C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF45C is #030BA3. Grayscale: #E5E5E5. Windows color (decimal): -199588 or 6092028. OLE color: 6092028.

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

Color convert

RGB 252 244 92 -
CMYK 0 0.03 0.63 0.01
HSL 57º 0.96% 0.67% -
HSV(B) 57º 0.63% 0.99% -
XYZ 74.43 86.17 22.83 -
YUV 229.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 252 244 92 0 0.03 0.63 0.01 57 0.96 0.67
Hex FC F4 5C 0 3 3F 1 39 60 43
Octal 374 364 134 0 3 77 1 71 140 103
Binary 11111100 11110100 1011100 0 11 111111 1 111001 1100000 1000011

Color Harmonies of #FCF45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF45C

Black with #FCF45C

Text Example


Text Example

White with #FCF45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF45C; }

 p { color: rgb(252,244,92); }

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

background-color css

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

 a { background-color: rgb(252,244,92); }

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

border-color css

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

 span { border-color: rgb(252,244,92); }

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