Html Css Color HEX #FDC48A Peach-Orange

📋 copy color: '#FDC48A'

red 253 ◦ green 196 ◦ blue 138

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

Shades of Peach-Orange #FDC48A

Tints of Peach-Orange #FDC48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.51%

R = 43.1%
G = 33.39%
B = 23.51%

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

#FDC48A (or 0xFDC48A) is known color: Peach-Orange. HEX triplet: FD, C4 and 8A. RGB value is (253,196,138). Sum of RGB (Red+Green+Blue) = 253+196+138=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC48A is #023B75. Grayscale: #CECECE. Windows color (decimal): -146294 or 9094397. OLE color: 9094397.

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

Color convert

RGB 253 196 138 -
CMYK 0 0.23 0.45 0.01
HSL 30.26º 0.97% 0.77% -
HSV(B) 30.26º 0.45% 0.99% -
XYZ 64.84 62.2 32.63 -
YUV 206.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 253 196 138 0 0.23 0.45 0.01 30.26 0.97 0.77
Hex FD C4 8A 0 17 2D 1 1E 61 4D
Octal 375 304 212 0 27 55 1 36 141 115
Binary 11111101 11000100 10001010 0 10111 101101 1 11110 1100001 1001101

Color Harmonies of #FDC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC48A

Black with #FDC48A

Text Example


Text Example

White with #FDC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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