Html Css Color HEX #FEFF45 Paris Daisy

📋 copy color: '#FEFF45'

red 254 ◦ green 255 ◦ blue 69

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

Shades of Paris Daisy #FEFF45

Tints of Paris Daisy #FEFF45

RGB

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

 GREEN value IS 255 (100% from 255) = 44.12%

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

R = 43.94%
G = 44.12%
B = 11.94%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FEFF45 (or 0xFEFF45) is known color: Paris Daisy. HEX triplet: FE, FF and 45. RGB value is (254,255,69). Sum of RGB (Red+Green+Blue) = 254+255+69=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 69 (27.34% from 255 or 11.94% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF45 is #0100BA. Grayscale: #EAEAEA. Windows color (decimal): -65723 or 4587518. OLE color: 4587518.

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

Color convert

RGB 254 255 69 -
CMYK 0.00 0 0.73 0
HSL 60.32º 1% 0.64% -
HSV(B) 60.32º 0.73% 1% -
XYZ 77.71 93.02 19.49 -
YUV 233.5 35.17 142.62 -
System Red Green Blue C M Y K H S L
Decimal 254 255 69 0.00 0 0.73 0 60.32 1 0.64
Hex FE FF 45 0 0 49 0 3C 64 40
Octal 376 377 105 0 0 111 0 74 144 100
Binary 11111110 11111111 1000101 0 0 1001001 0 111100 1100100 1000000

Color Harmonies of #FEFF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF45

Black with #FEFF45

Text Example


Text Example

White with #FEFF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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