Html Css Color HEX #FEF552 Paris Daisy

📋 copy color: '#FEF552'

red 254 ◦ green 245 ◦ blue 82

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

Shades of Paris Daisy #FEF552

Tints of Paris Daisy #FEF552

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.17%

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

R = 43.72%
G = 42.17%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEF552 (or 0xFEF552) is known color: Paris Daisy. HEX triplet: FE, F5 and 52. RGB value is (254,245,82). Sum of RGB (Red+Green+Blue) = 254+245+82=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 82 (32.42% from 255 or 14.11% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF552 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF552 is #010AAD. Grayscale: #E5E5E5. Windows color (decimal): -68270 or 5436926. OLE color: 5436926.

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

Color convert

RGB 254 245 82 -
CMYK 0 0.04 0.68 0.00
HSL 56.86º 0.99% 0.66% -
HSV(B) 56.86º 0.68% 1% -
XYZ 75.05 86.98 20.82 -
YUV 229.11 44.98 145.75 -
System Red Green Blue C M Y K H S L
Decimal 254 245 82 0 0.04 0.68 0.00 56.86 0.99 0.66
Hex FE F5 52 0 4 44 0 39 63 42
Octal 376 365 122 0 4 104 0 71 143 102
Binary 11111110 11110101 1010010 0 100 1000100 0 111001 1100011 1000010

Color Harmonies of #FEF552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF552

Black with #FEF552

Text Example


Text Example

White with #FEF552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF552; }

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

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

background-color css

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

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

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

border-color css

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

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

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