Html Css Color HEX #FDC48D Peach-Orange

📋 copy color: '#FDC48D'

red 253 ◦ green 196 ◦ blue 141

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

Shades of Peach-Orange #FDC48D

Tints of Peach-Orange #FDC48D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.22%

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

R = 42.88%
G = 33.22%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDC48D (or 0xFDC48D) is known color: Peach-Orange. HEX triplet: FD, C4 and 8D. RGB value is (253,196,141). Sum of RGB (Red+Green+Blue) = 253+196+141=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC48D is #023B72. Grayscale: #CFCFCF. Windows color (decimal): -146291 or 9291005. OLE color: 9291005.

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

Color convert

RGB 253 196 141 -
CMYK 0 0.23 0.44 0.01
HSL 29.46º 0.97% 0.77% -
HSV(B) 29.46º 0.44% 0.99% -
XYZ 65.06 62.29 33.79 -
YUV 206.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 253 196 141 0 0.23 0.44 0.01 29.46 0.97 0.77
Hex FD C4 8D 0 17 2C 1 1D 61 4D
Octal 375 304 215 0 27 54 1 35 141 115
Binary 11111101 11000100 10001101 0 10111 101100 1 11101 1100001 1001101

Color Harmonies of #FDC48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC48D

Black with #FDC48D

Text Example


Text Example

White with #FDC48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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