Html Css Color HEX #FDC493 Peach-Orange

📋 copy color: '#FDC493'

red 253 ◦ green 196 ◦ blue 147

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

Shades of Peach-Orange #FDC493

Tints of Peach-Orange #FDC493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.66%

R = 42.45%
G = 32.89%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDC493 (or 0xFDC493) is known color: Peach-Orange. HEX triplet: FD, C4 and 93. RGB value is (253,196,147). Sum of RGB (Red+Green+Blue) = 253+196+147=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC493 is #023B6C. Grayscale: #CFCFCF. Windows color (decimal): -146285 or 9684221. OLE color: 9684221.

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

Color convert

RGB 253 196 147 -
CMYK 0 0.23 0.42 0.01
HSL 27.74º 0.96% 0.78% -
HSV(B) 27.74º 0.42% 0.99% -
XYZ 65.51 62.47 36.21 -
YUV 207.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 253 196 147 0 0.23 0.42 0.01 27.74 0.96 0.78
Hex FD C4 93 0 17 2A 1 1C 60 4E
Octal 375 304 223 0 27 52 1 34 140 116
Binary 11111101 11000100 10010011 0 10111 101010 1 11100 1100000 1001110

Color Harmonies of #FDC493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC493

Black with #FDC493

Text Example


Text Example

White with #FDC493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC493; }

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

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

background-color css

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

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

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

border-color css

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

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

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