Html Css Color HEX #FCF05D Corn

📋 copy color: '#FCF05D'

red 252 ◦ green 240 ◦ blue 93

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

Shades of Corn #FCF05D

Tints of Corn #FCF05D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.03%

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

R = 43.08%
G = 41.03%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCF05D (or 0xFCF05D) is known color: Corn. HEX triplet: FC, F0 and 5D. RGB value is (252,240,93). Sum of RGB (Red+Green+Blue) = 252+240+93=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 93 (36.72% from 255 or 15.90% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF05D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF05D is #030FA2. Grayscale: #E3E3E3. Windows color (decimal): -200611 or 6156540. OLE color: 6156540.

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

Color convert

RGB 252 240 93 -
CMYK 0 0.05 0.63 0.01
HSL 55.47º 0.96% 0.68% -
HSV(B) 55.47º 0.63% 0.99% -
XYZ 73.28 83.81 22.67 -
YUV 226.83 52.48 145.95 -
System Red Green Blue C M Y K H S L
Decimal 252 240 93 0 0.05 0.63 0.01 55.47 0.96 0.68
Hex FC F0 5D 0 5 3F 1 37 60 44
Octal 374 360 135 0 5 77 1 67 140 104
Binary 11111100 11110000 1011101 0 101 111111 1 110111 1100000 1000100

Color Harmonies of #FCF05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF05D

Black with #FCF05D

Text Example


Text Example

White with #FCF05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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