Html Css Color HEX #FCF25E Corn

📋 copy color: '#FCF25E'

red 252 ◦ green 242 ◦ blue 94

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

Shades of Corn #FCF25E

Tints of Corn #FCF25E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.16%

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

R = 42.86%
G = 41.16%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCF25E (or 0xFCF25E) is known color: Corn. HEX triplet: FC, F2 and 5E. RGB value is (252,242,94). Sum of RGB (Red+Green+Blue) = 252+242+94=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 94 (37.11% from 255 or 15.99% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF25E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF25E is #030DA1. Grayscale: #E4E4E4. Windows color (decimal): -200098 or 6222588. OLE color: 6222588.

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

Color convert

RGB 252 242 94 -
CMYK 0 0.04 0.63 0.01
HSL 56.2º 0.96% 0.68% -
HSV(B) 56.2º 0.63% 0.99% -
XYZ 73.92 85.01 23.1 -
YUV 228.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 252 242 94 0 0.04 0.63 0.01 56.2 0.96 0.68
Hex FC F2 5E 0 4 3F 1 38 60 44
Octal 374 362 136 0 4 77 1 70 140 104
Binary 11111100 11110010 1011110 0 100 111111 1 111000 1100000 1000100

Color Harmonies of #FCF25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF25E

Black with #FCF25E

Text Example


Text Example

White with #FCF25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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