Html Css Color HEX #FFE350 Paris Daisy

📋 copy color: '#FFE350'

red 255 ◦ green 227 ◦ blue 80

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

Shades of Paris Daisy #FFE350

Tints of Paris Daisy #FFE350

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.39%

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

R = 45.37%
G = 40.39%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFE350 (or 0xFFE350) is known color: Paris Daisy. HEX triplet: FF, E3 and 50. RGB value is (255,227,80). Sum of RGB (Red+Green+Blue) = 255+227+80=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 80 (31.64% from 255 or 14.23% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE350 is #001CAF. Grayscale: #DBDBDB. Windows color (decimal): -7344 or 5301247. OLE color: 5301247.

HSL color Cylindrical-coordinate representation of color #FFE350: hue angle of 50.4º 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 #FFE350 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 227 80 -
CMYK 0 0.11 0.69 0
HSL 50.4º 1% 0.66% -
HSV(B) 50.4º 0.69% 1% -
XYZ 70.16 76.78 18.71 -
YUV 218.61 49.78 153.95 -
System Red Green Blue C M Y K H S L
Decimal 255 227 80 0 0.11 0.69 0 50.4 1 0.66
Hex FF E3 50 0 B 45 0 32 64 42
Octal 377 343 120 0 13 105 0 62 144 102
Binary 11111111 11100011 1010000 0 1011 1000101 0 110010 1100100 1000010

Color Harmonies of #FFE350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE350

Black with #FFE350

Text Example


Text Example

White with #FFE350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE350; }

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

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

background-color css

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

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

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

border-color css

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

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

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