Html Css Color HEX #FFD095 Peach-Orange

📋 copy color: '#FFD095'

red 255 ◦ green 208 ◦ blue 149

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

Shades of Peach-Orange #FFD095

Tints of Peach-Orange #FFD095

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.99%

 BLUE value IS 149 (58.59% from 255) = 24.35%

R = 41.67%
G = 33.99%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFD095 (or 0xFFD095) is known color: Peach-Orange. HEX triplet: FF, D0 and 95. RGB value is (255,208,149). Sum of RGB (Red+Green+Blue) = 255+208+149=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD095 is #002F6A. Grayscale: #D7D7D7. Windows color (decimal): -12139 or 9818367. OLE color: 9818367.

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

Color convert

RGB 255 208 149 -
CMYK 0 0.18 0.42 0
HSL 33.4º 1% 0.79% -
HSV(B) 33.4º 0.42% 1% -
XYZ 69.22 68.54 38.02 -
YUV 215.33 90.57 156.3 -
System Red Green Blue C M Y K H S L
Decimal 255 208 149 0 0.18 0.42 0 33.4 1 0.79
Hex FF D0 95 0 12 2A 0 21 64 4F
Octal 377 320 225 0 22 52 0 41 144 117
Binary 11111111 11010000 10010101 0 10010 101010 0 100001 1100100 1001111

Color Harmonies of #FFD095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD095

Black with #FFD095

Text Example


Text Example

White with #FFD095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD095; }

 p { color: rgb(255,208,149); }

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

background-color css

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

 a { background-color: rgb(255,208,149); }

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

border-color css

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

 span { border-color: rgb(255,208,149); }

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