Html Css Color HEX #FEEF45 Paris Daisy

📋 copy color: '#FEEF45'

red 254 ◦ green 239 ◦ blue 69

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

Shades of Paris Daisy #FEEF45

Tints of Paris Daisy #FEEF45

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.53%

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

R = 45.2%
G = 42.53%
B = 12.28%

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

#FEEF45 (or 0xFEEF45) is known color: Paris Daisy. HEX triplet: FE, EF and 45. RGB value is (254,239,69). Sum of RGB (Red+Green+Blue) = 254+239+69=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 69 (27.34% from 255 or 12.28% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF45 is #0110BA. Grayscale: #E0E0E0. Windows color (decimal): -69819 or 4583422. OLE color: 4583422.

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

Color convert

RGB 254 239 69 -
CMYK 0 0.06 0.73 0.00
HSL 55.14º 0.99% 0.63% -
HSV(B) 55.14º 0.73% 1% -
XYZ 72.81 83.23 17.86 -
YUV 224.11 40.47 149.32 -
System Red Green Blue C M Y K H S L
Decimal 254 239 69 0 0.06 0.73 0.00 55.14 0.99 0.63
Hex FE EF 45 0 6 49 0 37 63 3F
Octal 376 357 105 0 6 111 0 67 143 77
Binary 11111110 11101111 1000101 0 110 1001001 0 110111 1100011 111111

Color Harmonies of #FEEF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF45

Black with #FEEF45

Text Example


Text Example

White with #FEEF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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