Html Css Color HEX #FDC08D Peach-Orange

📋 copy color: '#FDC08D'

red 253 ◦ green 192 ◦ blue 141

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

Shades of Peach-Orange #FDC08D

Tints of Peach-Orange #FDC08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.76%

 BLUE value IS 141 (55.47% from 255) = 24.06%

R = 43.17%
G = 32.76%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDC08D (or 0xFDC08D) is known color: Peach-Orange. HEX triplet: FD, C0 and 8D. RGB value is (253,192,141). Sum of RGB (Red+Green+Blue) = 253+192+141=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC08D is #023F72. Grayscale: #CCCCCC. Windows color (decimal): -147315 or 9289981. OLE color: 9289981.

HSL color Cylindrical-coordinate representation of color #FDC08D: hue angle of 27.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDC08D is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 192 141 -
CMYK 0 0.24 0.44 0.01
HSL 27.32º 0.97% 0.77% -
HSV(B) 27.32º 0.44% 0.99% -
XYZ 64.17 60.51 33.5 -
YUV 204.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 253 192 141 0 0.24 0.44 0.01 27.32 0.97 0.77
Hex FD C0 8D 0 18 2C 1 1B 61 4D
Octal 375 300 215 0 30 54 1 33 141 115
Binary 11111101 11000000 10001101 0 11000 101100 1 11011 1100001 1001101

Color Harmonies of #FDC08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC08D

Black with #FDC08D

Text Example


Text Example

White with #FDC08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC08D; }

 p { color: rgb(253,192,141); }

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

background-color css

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

 a { background-color: rgb(253,192,141); }

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

border-color css

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

 span { border-color: rgb(253,192,141); }

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