#fef24c

Color #FEF24C Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #FEF24C

Tints of Paris Daisy #FEF24C

Color information

#FEF24C (or 0xFEF24C) is unknown color: approx Paris Daisy. HEX triplet: FE, F2 and 4C. RGB value is (254,242,76). Sum of RGB (Red+Green+Blue) = 254+242+76=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 76 (30.08% from 255 or 13.29% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF24C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF24C is #010DB3. Grayscale: #E3E3E3. Windows color (decimal): -69044 or 5042942. OLE color: 5042942.

HSL color Cylindrical-coordinate representation of color #FEF24C: hue angle of 55.96º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEF24C is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB25424276-
CMYK00.050.700.00
HSL55.96º98.89%64.71%-
HSV(B)55.96º70.08%99.61%-
XYZ73.9385.119.37-
YUV226.6642.98147.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.41%
GREEN value IS 242 (94.92% from 255) = 42.31%
BLUE value IS 76 (30.08% from 255) = 13.29%
R=44.41%
G=42.31%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542427600.050.700.0055.9698.8964.71
HexFEF24C05460386341
Octal37636211405106070143101
Binary1111111011110010100110001011000110011100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fef24c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fef24c; }

 p { color: rgb(254,242,76); }

 H1.HeaderClassName
 {
   color: #fef24c;
 }
 .AnyTagClassName
 {
   color: #fef24c;
 }
</style>
background-color css

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

 a { background-color: rgb(254,242,76); }

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

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

 span { border-color: rgb(254,242,76); }

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