Html Css Color HEX #FDC88D Peach-Orange

📋 copy color: '#FDC88D'

red 253 ◦ green 200 ◦ blue 141

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

Shades of Peach-Orange #FDC88D

Tints of Peach-Orange #FDC88D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.67%

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

R = 42.59%
G = 33.67%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDC88D (or 0xFDC88D) is known color: Peach-Orange. HEX triplet: FD, C8 and 8D. RGB value is (253,200,141). Sum of RGB (Red+Green+Blue) = 253+200+141=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC88D is #023772. Grayscale: #D1D1D1. Windows color (decimal): -145267 or 9292029. OLE color: 9292029.

HSL color Cylindrical-coordinate representation of color #FDC88D: hue angle of 31.61º 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 #FDC88D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 141 -
CMYK 0 0.21 0.44 0.01
HSL 31.61º 0.97% 0.77% -
HSV(B) 31.61º 0.44% 0.99% -
XYZ 65.97 64.11 34.1 -
YUV 209.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 253 200 141 0 0.21 0.44 0.01 31.61 0.97 0.77
Hex FD C8 8D 0 15 2C 1 20 61 4D
Octal 375 310 215 0 25 54 1 40 141 115
Binary 11111101 11001000 10001101 0 10101 101100 1 100000 1100001 1001101

Color Harmonies of #FDC88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC88D

Black with #FDC88D

Text Example


Text Example

White with #FDC88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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