Html Css Color HEX #FEFD45 Paris Daisy

📋 copy color: '#FEFD45'

red 254 ◦ green 253 ◦ blue 69

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

Shades of Paris Daisy #FEFD45

Tints of Paris Daisy #FEFD45

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.92%

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

R = 44.1%
G = 43.92%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEFD45 (or 0xFEFD45) is known color: Paris Daisy. HEX triplet: FE, FD and 45. RGB value is (254,253,69). Sum of RGB (Red+Green+Blue) = 254+253+69=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 69 (27.34% from 255 or 11.98% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD45 is #0102BA. Grayscale: #E9E9E9. Windows color (decimal): -66235 or 4587006. OLE color: 4587006.

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

Color convert

RGB 254 253 69 -
CMYK 0 0.00 0.73 0.00
HSL 59.68º 0.99% 0.63% -
HSV(B) 59.68º 0.73% 1% -
XYZ 77.07 91.75 19.28 -
YUV 232.32 35.83 143.46 -
System Red Green Blue C M Y K H S L
Decimal 254 253 69 0 0.00 0.73 0.00 59.68 0.99 0.63
Hex FE FD 45 0 0 49 0 3C 63 3F
Octal 376 375 105 0 0 111 0 74 143 77
Binary 11111110 11111101 1000101 0 0 1001001 0 111100 1100011 111111

Color Harmonies of #FEFD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD45

Black with #FEFD45

Text Example


Text Example

White with #FEFD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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