Html Css Color HEX #FEE750 Paris Daisy

📋 copy color: '#FEE750'

red 254 ◦ green 231 ◦ blue 80

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

Shades of Paris Daisy #FEE750

Tints of Paris Daisy #FEE750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.16%

R = 44.96%
G = 40.88%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEE750 (or 0xFEE750) is known color: Paris Daisy. HEX triplet: FE, E7 and 50. RGB value is (254,231,80). Sum of RGB (Red+Green+Blue) = 254+231+80=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 80 (31.64% from 255 or 14.16% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE750 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE750 is #0118AF. Grayscale: #DDDDDD. Windows color (decimal): -71856 or 5302270. OLE color: 5302270.

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

Color convert

RGB 254 231 80 -
CMYK 0 0.09 0.69 0.00
HSL 52.07º 0.99% 0.65% -
HSV(B) 52.07º 0.69% 1% -
XYZ 70.9 78.8 19.06 -
YUV 220.66 48.62 151.78 -
System Red Green Blue C M Y K H S L
Decimal 254 231 80 0 0.09 0.69 0.00 52.07 0.99 0.65
Hex FE E7 50 0 9 45 0 34 63 41
Octal 376 347 120 0 11 105 0 64 143 101
Binary 11111110 11100111 1010000 0 1001 1000101 0 110100 1100011 1000001

Color Harmonies of #FEE750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE750

Black with #FEE750

Text Example


Text Example

White with #FEE750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE750; }

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

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

background-color css

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

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

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

border-color css

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

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

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