Html Css Color HEX #FDC48C Peach-Orange

📋 copy color: '#FDC48C'

red 253 ◦ green 196 ◦ blue 140

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

Shades of Peach-Orange #FDC48C

Tints of Peach-Orange #FDC48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.77%

R = 42.95%
G = 33.28%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDC48C (or 0xFDC48C) is known color: Peach-Orange. HEX triplet: FD, C4 and 8C. RGB value is (253,196,140). Sum of RGB (Red+Green+Blue) = 253+196+140=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC48C is #023B73. Grayscale: #CECECE. Windows color (decimal): -146292 or 9225469. OLE color: 9225469.

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

Color convert

RGB 253 196 140 -
CMYK 0 0.23 0.45 0.01
HSL 29.73º 0.97% 0.77% -
HSV(B) 29.73º 0.45% 0.99% -
XYZ 64.98 62.26 33.4 -
YUV 206.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 253 196 140 0 0.23 0.45 0.01 29.73 0.97 0.77
Hex FD C4 8C 0 17 2D 1 1E 61 4D
Octal 375 304 214 0 27 55 1 36 141 115
Binary 11111101 11000100 10001100 0 10111 101101 1 11110 1100001 1001101

Color Harmonies of #FDC48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC48C

Black with #FDC48C

Text Example


Text Example

White with #FDC48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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