Html Css Color HEX #FEFC52 Paris Daisy

📋 copy color: '#FEFC52'

red 254 ◦ green 252 ◦ blue 82

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

Shades of Paris Daisy #FEFC52

Tints of Paris Daisy #FEFC52

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.86%

 BLUE value IS 82 (32.42% from 255) = 13.95%

R = 43.2%
G = 42.86%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEFC52 (or 0xFEFC52) is known color: Paris Daisy. HEX triplet: FE, FC and 52. RGB value is (254,252,82). Sum of RGB (Red+Green+Blue) = 254+252+82=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 82 (32.42% from 255 or 13.95% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC52 is #0103AD. Grayscale: #E9E9E9. Windows color (decimal): -66478 or 5438718. OLE color: 5438718.

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

Color convert

RGB 254 252 82 -
CMYK 0 0.01 0.68 0.00
HSL 59.3º 0.99% 0.66% -
HSV(B) 59.3º 0.68% 1% -
XYZ 77.21 91.3 21.54 -
YUV 233.22 42.66 142.82 -
System Red Green Blue C M Y K H S L
Decimal 254 252 82 0 0.01 0.68 0.00 59.3 0.99 0.66
Hex FE FC 52 0 1 44 0 3B 63 42
Octal 376 374 122 0 1 104 0 73 143 102
Binary 11111110 11111100 1010010 0 1 1000100 0 111011 1100011 1000010

Color Harmonies of #FEFC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC52

Black with #FEFC52

Text Example


Text Example

White with #FEFC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC52; }

 p { color: rgb(254,252,82); }

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

background-color css

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

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

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

border-color css

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

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

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