Html Css Color HEX #FDC48E Peach-Orange

📋 copy color: '#FDC48E'

red 253 ◦ green 196 ◦ blue 142

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

Shades of Peach-Orange #FDC48E

Tints of Peach-Orange #FDC48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.03%

R = 42.81%
G = 33.16%
B = 24.03%

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

#FDC48E (or 0xFDC48E) is known color: Peach-Orange. HEX triplet: FD, C4 and 8E. RGB value is (253,196,142). Sum of RGB (Red+Green+Blue) = 253+196+142=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC48E is #023B71. Grayscale: #CFCFCF. Windows color (decimal): -146290 or 9356541. OLE color: 9356541.

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

Color convert

RGB 253 196 142 -
CMYK 0 0.23 0.44 0.01
HSL 29.19º 0.97% 0.77% -
HSV(B) 29.19º 0.44% 0.99% -
XYZ 65.13 62.32 34.19 -
YUV 206.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 253 196 142 0 0.23 0.44 0.01 29.19 0.97 0.77
Hex FD C4 8E 0 17 2C 1 1D 61 4D
Octal 375 304 216 0 27 54 1 35 141 115
Binary 11111101 11000100 10001110 0 10111 101100 1 11101 1100001 1001101

Color Harmonies of #FDC48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC48E

Black with #FDC48E

Text Example


Text Example

White with #FDC48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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