Html Css Color HEX #FEF052 Paris Daisy

📋 copy color: '#FEF052'

red 254 ◦ green 240 ◦ blue 82

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

Shades of Paris Daisy #FEF052

Tints of Paris Daisy #FEF052

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.67%

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

R = 44.1%
G = 41.67%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEF052 (or 0xFEF052) is known color: Paris Daisy. HEX triplet: FE, F0 and 52. RGB value is (254,240,82). Sum of RGB (Red+Green+Blue) = 254+240+82=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 82 (32.42% from 255 or 14.24% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF052 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF052 is #010FAD. Grayscale: #E2E2E2. Windows color (decimal): -69550 or 5435646. OLE color: 5435646.

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

Color convert

RGB 254 240 82 -
CMYK 0 0.06 0.68 0.00
HSL 55.12º 0.99% 0.66% -
HSV(B) 55.12º 0.68% 1% -
XYZ 73.56 84 20.32 -
YUV 226.17 46.64 147.85 -
System Red Green Blue C M Y K H S L
Decimal 254 240 82 0 0.06 0.68 0.00 55.12 0.99 0.66
Hex FE F0 52 0 6 44 0 37 63 42
Octal 376 360 122 0 6 104 0 67 143 102
Binary 11111110 11110000 1010010 0 110 1000100 0 110111 1100011 1000010

Color Harmonies of #FEF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF052

Black with #FEF052

Text Example


Text Example

White with #FEF052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF052; }

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

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

background-color css

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

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

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

border-color css

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

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

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