Html Css Color HEX #FDC993 Peach-Orange

📋 copy color: '#FDC993'

red 253 ◦ green 201 ◦ blue 147

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

Shades of Peach-Orange #FDC993

Tints of Peach-Orange #FDC993

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.44%

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

R = 42.1%
G = 33.44%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDC993 (or 0xFDC993) is known color: Peach-Orange. HEX triplet: FD, C9 and 93. RGB value is (253,201,147). Sum of RGB (Red+Green+Blue) = 253+201+147=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC993 is #02366C. Grayscale: #D2D2D2. Windows color (decimal): -145005 or 9685501. OLE color: 9685501.

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

Color convert

RGB 253 201 147 -
CMYK 0 0.21 0.42 0.01
HSL 30.57º 0.96% 0.78% -
HSV(B) 30.57º 0.42% 0.99% -
XYZ 66.66 64.76 36.59 -
YUV 210.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 253 201 147 0 0.21 0.42 0.01 30.57 0.96 0.78
Hex FD C9 93 0 15 2A 1 1F 60 4E
Octal 375 311 223 0 25 52 1 37 140 116
Binary 11111101 11001001 10010011 0 10101 101010 1 11111 1100000 1001110

Color Harmonies of #FDC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC993

Black with #FDC993

Text Example


Text Example

White with #FDC993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC993; }

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

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

background-color css

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

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

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

border-color css

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

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

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