Html Css Color HEX #FCF15F Corn

📋 copy color: '#FCF15F'

red 252 ◦ green 241 ◦ blue 95

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

Shades of Corn #FCF15F

Tints of Corn #FCF15F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.99%

 BLUE value IS 95 (37.5% from 255) = 16.16%

R = 42.86%
G = 40.99%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCF15F (or 0xFCF15F) is known color: Corn. HEX triplet: FC, F1 and 5F. RGB value is (252,241,95). Sum of RGB (Red+Green+Blue) = 252+241+95=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 95 (37.5% from 255 or 16.16% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF15F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF15F is #030EA0. Grayscale: #E4E4E4. Windows color (decimal): -200353 or 6287868. OLE color: 6287868.

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

Color convert

RGB 252 241 95 -
CMYK 0 0.04 0.62 0.01
HSL 55.8º 0.96% 0.68% -
HSV(B) 55.8º 0.62% 0.99% -
XYZ 73.67 84.43 23.24 -
YUV 227.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 252 241 95 0 0.04 0.62 0.01 55.8 0.96 0.68
Hex FC F1 5F 0 4 3E 1 38 60 44
Octal 374 361 137 0 4 76 1 70 140 104
Binary 11111100 11110001 1011111 0 100 111110 1 111000 1100000 1000100

Color Harmonies of #FCF15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF15F

Black with #FCF15F

Text Example


Text Example

White with #FCF15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF15F; }

 p { color: rgb(252,241,95); }

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

background-color css

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

 a { background-color: rgb(252,241,95); }

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

border-color css

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

 span { border-color: rgb(252,241,95); }

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