Html Css Color HEX #FDC693 Peach-Orange

📋 copy color: '#FDC693'

red 253 ◦ green 198 ◦ blue 147

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

Shades of Peach-Orange #FDC693

Tints of Peach-Orange #FDC693

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.11%

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

R = 42.31%
G = 33.11%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDC693 (or 0xFDC693) is known color: Peach-Orange. HEX triplet: FD, C6 and 93. RGB value is (253,198,147). Sum of RGB (Red+Green+Blue) = 253+198+147=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC693 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC693 is #02396C. Grayscale: #D0D0D0. Windows color (decimal): -145773 or 9684733. OLE color: 9684733.

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

Color convert

RGB 253 198 147 -
CMYK 0 0.22 0.42 0.01
HSL 28.87º 0.96% 0.78% -
HSV(B) 28.87º 0.42% 0.99% -
XYZ 65.97 63.38 36.36 -
YUV 208.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 253 198 147 0 0.22 0.42 0.01 28.87 0.96 0.78
Hex FD C6 93 0 16 2A 1 1D 60 4E
Octal 375 306 223 0 26 52 1 35 140 116
Binary 11111101 11000110 10010011 0 10110 101010 1 11101 1100000 1001110

Color Harmonies of #FDC693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC693

Black with #FDC693

Text Example


Text Example

White with #FDC693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC693; }

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

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

background-color css

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

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

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

border-color css

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

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

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