Html Css Color HEX #FEF045 Paris Daisy

📋 copy color: '#FEF045'

red 254 ◦ green 240 ◦ blue 69

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

Shades of Paris Daisy #FEF045

Tints of Paris Daisy #FEF045

RGB

 RED value IS 254 (99.61% from 255) = 45.12%

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

 BLUE value IS 69 (27.34% from 255) = 12.26%

R = 45.12%
G = 42.63%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEF045 (or 0xFEF045) is known color: Paris Daisy. HEX triplet: FE, F0 and 45. RGB value is (254,240,69). Sum of RGB (Red+Green+Blue) = 254+240+69=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 69 (27.34% from 255 or 12.26% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF045 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF045 is #010FBA. Grayscale: #E1E1E1. Windows color (decimal): -69563 or 4583678. OLE color: 4583678.

HSL color Cylindrical-coordinate representation of color #FEF045: hue angle of 55.46º 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 #FEF045 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 240 69 -
CMYK 0 0.06 0.73 0.00
HSL 55.46º 0.99% 0.63% -
HSV(B) 55.46º 0.73% 1% -
XYZ 73.11 83.82 17.96 -
YUV 224.69 40.14 148.9 -
System Red Green Blue C M Y K H S L
Decimal 254 240 69 0 0.06 0.73 0.00 55.46 0.99 0.63
Hex FE F0 45 0 6 49 0 37 63 3F
Octal 376 360 105 0 6 111 0 67 143 77
Binary 11111110 11110000 1000101 0 110 1001001 0 110111 1100011 111111

Color Harmonies of #FEF045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF045

Black with #FEF045

Text Example


Text Example

White with #FEF045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF045; }

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

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

background-color css

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

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

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

border-color css

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

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

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