Html Css Color HEX #FEE953 Paris Daisy

📋 copy color: '#FEE953'

red 254 ◦ green 233 ◦ blue 83

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

Shades of Paris Daisy #FEE953

Tints of Paris Daisy #FEE953

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.88%

 BLUE value IS 83 (32.81% from 255) = 14.56%

R = 44.56%
G = 40.88%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEE953 (or 0xFEE953) is known color: Paris Daisy. HEX triplet: FE, E9 and 53. RGB value is (254,233,83). Sum of RGB (Red+Green+Blue) = 254+233+83=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 83 (32.81% from 255 or 14.56% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE953 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE953 is #0116AC. Grayscale: #DEDEDE. Windows color (decimal): -71341 or 5499390. OLE color: 5499390.

HSL color Cylindrical-coordinate representation of color #FEE953: hue angle of 52.63º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEE953 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 233 83 -
CMYK 0 0.08 0.67 0.00
HSL 52.63º 0.99% 0.66% -
HSV(B) 52.63º 0.67% 1% -
XYZ 71.57 79.97 19.85 -
YUV 222.18 49.46 150.7 -
System Red Green Blue C M Y K H S L
Decimal 254 233 83 0 0.08 0.67 0.00 52.63 0.99 0.66
Hex FE E9 53 0 8 43 0 35 63 42
Octal 376 351 123 0 10 103 0 65 143 102
Binary 11111110 11101001 1010011 0 1000 1000011 0 110101 1100011 1000010

Color Harmonies of #FEE953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE953

Black with #FEE953

Text Example


Text Example

White with #FEE953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE953; }

 p { color: rgb(254,233,83); }

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

background-color css

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

 a { background-color: rgb(254,233,83); }

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

border-color css

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

 span { border-color: rgb(254,233,83); }

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