#FEF245

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

Shades of Paris Daisy #FEF245

Tints of Paris Daisy #FEF245

Color information

#FEF245 (or 0xFEF245) is unknown color: approx Paris Daisy. HEX triplet: FE, F2 and 45. RGB value is (254,242,69). Sum of RGB (Red+Green+Blue) = 254+242+69=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 69 (27.34% from 255 or 12.21% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF245 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF245 is #010DBA. Grayscale: #E2E2E2. Windows color (decimal): -69051 or 4584190. OLE color: 4584190.

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

Color convert

RGB25424269-
CMYK00.050.730.00
HSL56.11º98.93%63.33%-
HSV(B)56.11º72.83%99.61%-
XYZ73.78518.15-
YUV225.8739.48148.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 242 (94.92% from 255) = 42.83%
BLUE value IS 69 (27.34% from 255) = 12.21%
R=44.96%
G=42.83%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542426900.050.730.0056.1198.9363.33
HexFEF2450549038633f
Octal3763621050511107014377
Binary111111101111001010001010101100100101110001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF245; }

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

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

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

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

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

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

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

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