Html Css Color HEX #FEFE45 Paris Daisy

📋 copy color: '#FEFE45'

red 254 ◦ green 254 ◦ blue 69

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

Shades of Paris Daisy #FEFE45

Tints of Paris Daisy #FEFE45

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.02%

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

R = 44.02%
G = 44.02%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEFE45 (or 0xFEFE45) is known color: Paris Daisy. HEX triplet: FE, FE and 45. RGB value is (254,254,69). Sum of RGB (Red+Green+Blue) = 254+254+69=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 69 (27.34% from 255 or 11.96% from 577); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE45 is #0101BA. Grayscale: #E9E9E9. Windows color (decimal): -65979 or 4587262. OLE color: 4587262.

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

Color convert

RGB 254 254 69 -
CMYK 0 0 0.73 0.00
HSL 60º 0.99% 0.63% -
HSV(B) 60º 0.73% 1% -
XYZ 77.39 92.38 19.38 -
YUV 232.91 35.5 143.04 -
System Red Green Blue C M Y K H S L
Decimal 254 254 69 0 0 0.73 0.00 60 0.99 0.63
Hex FE FE 45 0 0 49 0 3C 63 3F
Octal 376 376 105 0 0 111 0 74 143 77
Binary 11111110 11111110 1000101 0 0 1001001 0 111100 1100011 111111

Color Harmonies of #FEFE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE45

Black with #FEFE45

Text Example


Text Example

White with #FEFE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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