Html Css Color HEX #FEF452 Paris Daisy

📋 copy color: '#FEF452'

red 254 ◦ green 244 ◦ blue 82

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

Shades of Paris Daisy #FEF452

Tints of Paris Daisy #FEF452

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.07%

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

R = 43.79%
G = 42.07%
B = 14.14%

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

#FEF452 (or 0xFEF452) is known color: Paris Daisy. HEX triplet: FE, F4 and 52. RGB value is (254,244,82). Sum of RGB (Red+Green+Blue) = 254+244+82=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 82 (32.42% from 255 or 14.14% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF452 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF452 is #010BAD. Grayscale: #E5E5E5. Windows color (decimal): -68526 or 5436670. OLE color: 5436670.

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

Color convert

RGB 254 244 82 -
CMYK 0 0.04 0.68 0.00
HSL 56.51º 0.99% 0.66% -
HSV(B) 56.51º 0.68% 1% -
XYZ 74.75 86.38 20.72 -
YUV 228.52 45.31 146.17 -
System Red Green Blue C M Y K H S L
Decimal 254 244 82 0 0.04 0.68 0.00 56.51 0.99 0.66
Hex FE F4 52 0 4 44 0 39 63 42
Octal 376 364 122 0 4 104 0 71 143 102
Binary 11111110 11110100 1010010 0 100 1000100 0 111001 1100011 1000010

Color Harmonies of #FEF452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF452

Black with #FEF452

Text Example


Text Example

White with #FEF452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF452; }

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

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

background-color css

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

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

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

border-color css

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

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

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