Html Css Color HEX #F5C693 Peach-Orange

📋 copy color: '#F5C693'

red 245 ◦ green 198 ◦ blue 147

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

Shades of Peach-Orange #F5C693

Tints of Peach-Orange #F5C693

RGB

 RED value IS 245 (96.09% from 255) = 41.53%

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

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

R = 41.53%
G = 33.56%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F5C693 (or 0xF5C693) is known color: Peach-Orange. HEX triplet: F5, C6 and 93. RGB value is (245,198,147). Sum of RGB (Red+Green+Blue) = 245+198+147=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C693 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C693 is #0A396C. Grayscale: #CECECE. Windows color (decimal): -670061 or 9684725. OLE color: 9684725.

HSL color Cylindrical-coordinate representation of color #F5C693: hue angle of 31.22º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5C693 is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 198 147 -
CMYK 0 0.19 0.4 0.04
HSL 31.22º 0.83% 0.77% -
HSV(B) 31.22º 0.4% 0.96% -
XYZ 63.12 61.91 36.23 -
YUV 206.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 245 198 147 0 0.19 0.4 0.04 31.22 0.83 0.77
Hex F5 C6 93 0 13 28 4 1F 53 4D
Octal 365 306 223 0 23 50 4 37 123 115
Binary 11110101 11000110 10010011 0 10011 101000 100 11111 1010011 1001101

Color Harmonies of #F5C693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C693

Black with #F5C693

Text Example


Text Example

White with #F5C693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C693; }

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

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

background-color css

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

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

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

border-color css

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

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

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