Html Css Color HEX #FCF45E Corn

📋 copy color: '#FCF45E'

red 252 ◦ green 244 ◦ blue 94

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

Shades of Corn #FCF45E

Tints of Corn #FCF45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 15.93%

R = 42.71%
G = 41.36%
B = 15.93%

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

#FCF45E (or 0xFCF45E) is known color: Corn. HEX triplet: FC, F4 and 5E. RGB value is (252,244,94). Sum of RGB (Red+Green+Blue) = 252+244+94=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 244 (95.70% from 255 or 41.36% from 590); Blue value is 94 (37.11% from 255 or 15.93% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF45E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF45E is #030BA1. Grayscale: #E5E5E5. Windows color (decimal): -199586 or 6223100. OLE color: 6223100.

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

Color convert

RGB 252 244 94 -
CMYK 0 0.03 0.63 0.01
HSL 56.96º 0.96% 0.68% -
HSV(B) 56.96º 0.63% 0.99% -
XYZ 74.52 86.2 23.3 -
YUV 229.29 51.65 144.2 -
System Red Green Blue C M Y K H S L
Decimal 252 244 94 0 0.03 0.63 0.01 56.96 0.96 0.68
Hex FC F4 5E 0 3 3F 1 39 60 44
Octal 374 364 136 0 3 77 1 71 140 104
Binary 11111100 11110100 1011110 0 11 111111 1 111001 1100000 1000100

Color Harmonies of #FCF45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF45E

Black with #FCF45E

Text Example


Text Example

White with #FCF45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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