Html Css Color HEX #FDCD8F Peach-Orange

📋 copy color: '#FDCD8F'

red 253 ◦ green 205 ◦ blue 143

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

Shades of Peach-Orange #FDCD8F

Tints of Peach-Orange #FDCD8F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.11%

 BLUE value IS 143 (56.25% from 255) = 23.79%

R = 42.1%
G = 34.11%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDCD8F (or 0xFDCD8F) is known color: Peach-Orange. HEX triplet: FD, CD and 8F. RGB value is (253,205,143). Sum of RGB (Red+Green+Blue) = 253+205+143=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD8F is #023270. Grayscale: #D4D4D4. Windows color (decimal): -143985 or 9424381. OLE color: 9424381.

HSL color Cylindrical-coordinate representation of color #FDCD8F: hue angle of 33.82º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDCD8F is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 205 143 -
CMYK 0 0.19 0.43 0.01
HSL 33.82º 0.96% 0.78% -
HSV(B) 33.82º 0.43% 0.99% -
XYZ 67.3 66.53 35.28 -
YUV 212.28 88.9 157.04 -
System Red Green Blue C M Y K H S L
Decimal 253 205 143 0 0.19 0.43 0.01 33.82 0.96 0.78
Hex FD CD 8F 0 13 2B 1 22 60 4E
Octal 375 315 217 0 23 53 1 42 140 116
Binary 11111101 11001101 10001111 0 10011 101011 1 100010 1100000 1001110

Color Harmonies of #FDCD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD8F

Black with #FDCD8F

Text Example


Text Example

White with #FDCD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD8F; }

 p { color: rgb(253,205,143); }

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

background-color css

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

 a { background-color: rgb(253,205,143); }

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

border-color css

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

 span { border-color: rgb(253,205,143); }

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