Html Css Color HEX #FFE950 Paris Daisy

📋 copy color: '#FFE950'

red 255 ◦ green 233 ◦ blue 80

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

Shades of Paris Daisy #FFE950

Tints of Paris Daisy #FFE950

RGB

 RED value IS 255 (100% from 255) = 44.89%

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

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

R = 44.89%
G = 41.02%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFE950 (or 0xFFE950) is known color: Paris Daisy. HEX triplet: FF, E9 and 50. RGB value is (255,233,80). Sum of RGB (Red+Green+Blue) = 255+233+80=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 80 (31.64% from 255 or 14.08% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE950 is #0016AF. Grayscale: #DEDEDE. Windows color (decimal): -5808 or 5302783. OLE color: 5302783.

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

Color convert

RGB 255 233 80 -
CMYK 0 0.09 0.69 0
HSL 52.46º 1% 0.66% -
HSV(B) 52.46º 0.69% 1% -
XYZ 71.83 80.12 19.27 -
YUV 222.14 47.79 151.44 -
System Red Green Blue C M Y K H S L
Decimal 255 233 80 0 0.09 0.69 0 52.46 1 0.66
Hex FF E9 50 0 9 45 0 34 64 42
Octal 377 351 120 0 11 105 0 64 144 102
Binary 11111111 11101001 1010000 0 1001 1000101 0 110100 1100100 1000010

Color Harmonies of #FFE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE950

Black with #FFE950

Text Example


Text Example

White with #FFE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE950; }

 p { color: rgb(255,233,80); }

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

background-color css

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

 a { background-color: rgb(255,233,80); }

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

border-color css

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

 span { border-color: rgb(255,233,80); }

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