Html Css Color HEX #FEF252 Paris Daisy

📋 copy color: '#FEF252'

red 254 ◦ green 242 ◦ blue 82

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

Shades of Paris Daisy #FEF252

Tints of Paris Daisy #FEF252

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.87%

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

R = 43.94%
G = 41.87%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEF252 (or 0xFEF252) is known color: Paris Daisy. HEX triplet: FE, F2 and 52. RGB value is (254,242,82). Sum of RGB (Red+Green+Blue) = 254+242+82=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 82 (32.42% from 255 or 14.19% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF252 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF252 is #010DAD. Grayscale: #E4E4E4. Windows color (decimal): -69038 or 5436158. OLE color: 5436158.

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

Color convert

RGB 254 242 82 -
CMYK 0 0.05 0.68 0.00
HSL 55.81º 0.99% 0.66% -
HSV(B) 55.81º 0.68% 1% -
XYZ 74.15 85.18 20.52 -
YUV 227.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 254 242 82 0 0.05 0.68 0.00 55.81 0.99 0.66
Hex FE F2 52 0 5 44 0 38 63 42
Octal 376 362 122 0 5 104 0 70 143 102
Binary 11111110 11110010 1010010 0 101 1000100 0 111000 1100011 1000010

Color Harmonies of #FEF252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF252

Black with #FEF252

Text Example


Text Example

White with #FEF252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF252; }

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

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

background-color css

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

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

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

border-color css

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

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

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