Html Css Color HEX #FCF45D Corn

📋 copy color: '#FCF45D'

red 252 ◦ green 244 ◦ blue 93

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

Shades of Corn #FCF45D

Tints of Corn #FCF45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.79%

R = 42.78%
G = 41.43%
B = 15.79%

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

#FCF45D (or 0xFCF45D) is known color: Corn. HEX triplet: FC, F4 and 5D. RGB value is (252,244,93). Sum of RGB (Red+Green+Blue) = 252+244+93=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 93 (36.72% from 255 or 15.79% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF45D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF45D is #030BA2. Grayscale: #E5E5E5. Windows color (decimal): -199587 or 6157564. OLE color: 6157564.

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

Color convert

RGB 252 244 93 -
CMYK 0 0.03 0.63 0.01
HSL 56.98º 0.96% 0.68% -
HSV(B) 56.98º 0.63% 0.99% -
XYZ 74.47 86.19 23.07 -
YUV 229.18 51.15 144.28 -
System Red Green Blue C M Y K H S L
Decimal 252 244 93 0 0.03 0.63 0.01 56.98 0.96 0.68
Hex FC F4 5D 0 3 3F 1 39 60 44
Octal 374 364 135 0 3 77 1 71 140 104
Binary 11111100 11110100 1011101 0 11 111111 1 111001 1100000 1000100

Color Harmonies of #FCF45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF45D

Black with #FCF45D

Text Example


Text Example

White with #FCF45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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