Html Css Color HEX #FDD099 Peach-Orange

📋 copy color: '#FDD099'

red 253 ◦ green 208 ◦ blue 153

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

Shades of Peach-Orange #FDD099

Tints of Peach-Orange #FDD099

RGB

 RED value IS 253 (99.22% from 255) = 41.21%

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

 BLUE value IS 153 (60.16% from 255) = 24.92%

R = 41.21%
G = 33.88%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDD099 (or 0xFDD099) is known color: Peach-Orange. HEX triplet: FD, D0 and 99. RGB value is (253,208,153). Sum of RGB (Red+Green+Blue) = 253+208+153=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD099 is #022F66. Grayscale: #D7D7D7. Windows color (decimal): -143207 or 10080509. OLE color: 10080509.

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

Color convert

RGB 253 208 153 -
CMYK 0 0.18 0.40 0.01
HSL 33º 0.96% 0.8% -
HSV(B) 33º 0.4% 0.99% -
XYZ 68.81 68.29 39.69 -
YUV 215.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 253 208 153 0 0.18 0.40 0.01 33 0.96 0.8
Hex FD D0 99 0 12 28 1 21 60 50
Octal 375 320 231 0 22 50 1 41 140 120
Binary 11111101 11010000 10011001 0 10010 101000 1 100001 1100000 1010000

Color Harmonies of #FDD099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD099

Black with #FDD099

Text Example


Text Example

White with #FDD099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD099; }

 p { color: rgb(253,208,153); }

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

background-color css

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

 a { background-color: rgb(253,208,153); }

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

border-color css

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

 span { border-color: rgb(253,208,153); }

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