Html Css Color HEX #FFD09A Peach-Orange

📋 copy color: '#FFD09A'

red 255 ◦ green 208 ◦ blue 154

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

Shades of Peach-Orange #FFD09A

Tints of Peach-Orange #FFD09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 24.96%

R = 41.33%
G = 33.71%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFD09A (or 0xFFD09A) is known color: Peach-Orange. HEX triplet: FF, D0 and 9A. RGB value is (255,208,154). Sum of RGB (Red+Green+Blue) = 255+208+154=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 154 (60.55% from 255 or 24.96% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD09A is #002F65. Grayscale: #D8D8D8. Windows color (decimal): -12134 or 10146047. OLE color: 10146047.

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

Color convert

RGB 255 208 154 -
CMYK 0 0.18 0.40 0
HSL 32.08º 1% 0.8% -
HSV(B) 32.08º 0.4% 1% -
XYZ 69.63 68.7 40.16 -
YUV 215.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 255 208 154 0 0.18 0.40 0 32.08 1 0.8
Hex FF D0 9A 0 12 28 0 20 64 50
Octal 377 320 232 0 22 50 0 40 144 120
Binary 11111111 11010000 10011010 0 10010 101000 0 100000 1100100 1010000

Color Harmonies of #FFD09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD09A

Black with #FFD09A

Text Example


Text Example

White with #FFD09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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