Html Css Color HEX #FFD096 Peach-Orange

📋 copy color: '#FFD096'

red 255 ◦ green 208 ◦ blue 150

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

Shades of Peach-Orange #FFD096

Tints of Peach-Orange #FFD096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.47%

R = 41.6%
G = 33.93%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFD096 (or 0xFFD096) is known color: Peach-Orange. HEX triplet: FF, D0 and 96. RGB value is (255,208,150). Sum of RGB (Red+Green+Blue) = 255+208+150=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD096 is #002F69. Grayscale: #D7D7D7. Windows color (decimal): -12138 or 9883903. OLE color: 9883903.

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

Color convert

RGB 255 208 150 -
CMYK 0 0.18 0.41 0
HSL 33.14º 1% 0.79% -
HSV(B) 33.14º 0.41% 1% -
XYZ 69.3 68.57 38.44 -
YUV 215.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 255 208 150 0 0.18 0.41 0 33.14 1 0.79
Hex FF D0 96 0 12 29 0 21 64 4F
Octal 377 320 226 0 22 51 0 41 144 117
Binary 11111111 11010000 10010110 0 10010 101001 0 100001 1100100 1001111

Color Harmonies of #FFD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD096

Black with #FFD096

Text Example


Text Example

White with #FFD096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD096; }

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

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

background-color css

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

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

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

border-color css

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

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

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