Html Css Color HEX #FDC48B Peach-Orange

📋 copy color: '#FDC48B'

red 253 ◦ green 196 ◦ blue 139

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

Shades of Peach-Orange #FDC48B

Tints of Peach-Orange #FDC48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.64%

R = 43.03%
G = 33.33%
B = 23.64%

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

#FDC48B (or 0xFDC48B) is known color: Peach-Orange. HEX triplet: FD, C4 and 8B. RGB value is (253,196,139). Sum of RGB (Red+Green+Blue) = 253+196+139=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC48B is #023B74. Grayscale: #CECECE. Windows color (decimal): -146293 or 9159933. OLE color: 9159933.

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

Color convert

RGB 253 196 139 -
CMYK 0 0.23 0.45 0.01
HSL 30º 0.97% 0.77% -
HSV(B) 30º 0.45% 0.99% -
XYZ 64.91 62.23 33.02 -
YUV 206.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 253 196 139 0 0.23 0.45 0.01 30 0.97 0.77
Hex FD C4 8B 0 17 2D 1 1E 61 4D
Octal 375 304 213 0 27 55 1 36 141 115
Binary 11111101 11000100 10001011 0 10111 101101 1 11110 1100001 1001101

Color Harmonies of #FDC48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC48B

Black with #FDC48B

Text Example


Text Example

White with #FDC48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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