Html Css Color HEX #FEE752 Paris Daisy

📋 copy color: '#FEE752'

red 254 ◦ green 231 ◦ blue 82

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

Shades of Paris Daisy #FEE752

Tints of Paris Daisy #FEE752

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.74%

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

R = 44.8%
G = 40.74%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEE752 (or 0xFEE752) is known color: Paris Daisy. HEX triplet: FE, E7 and 52. RGB value is (254,231,82). Sum of RGB (Red+Green+Blue) = 254+231+82=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 82 (32.42% from 255 or 14.46% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE752 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE752 is #0118AD. Grayscale: #DDDDDD. Windows color (decimal): -71854 or 5433342. OLE color: 5433342.

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

Color convert

RGB 254 231 82 -
CMYK 0 0.09 0.68 0.00
HSL 51.98º 0.99% 0.66% -
HSV(B) 51.98º 0.68% 1% -
XYZ 70.97 78.83 19.46 -
YUV 220.89 49.62 151.62 -
System Red Green Blue C M Y K H S L
Decimal 254 231 82 0 0.09 0.68 0.00 51.98 0.99 0.66
Hex FE E7 52 0 9 44 0 34 63 42
Octal 376 347 122 0 11 104 0 64 143 102
Binary 11111110 11100111 1010010 0 1001 1000100 0 110100 1100011 1000010

Color Harmonies of #FEE752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE752

Black with #FEE752

Text Example


Text Example

White with #FEE752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE752; }

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

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

background-color css

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

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

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

border-color css

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

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

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