Html Css Color HEX #FAC692 Peach-Orange

📋 copy color: '#FAC692'

red 250 ◦ green 198 ◦ blue 146

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

Shades of Peach-Orange #FAC692

Tints of Peach-Orange #FAC692

RGB

 RED value IS 250 (98.05% from 255) = 42.09%

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

 BLUE value IS 146 (57.42% from 255) = 24.58%

R = 42.09%
G = 33.33%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAC692 (or 0xFAC692) is known color: Peach-Orange. HEX triplet: FA, C6 and 92. RGB value is (250,198,146). Sum of RGB (Red+Green+Blue) = 250+198+146=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC692 is #05396D. Grayscale: #CFCFCF. Windows color (decimal): -342382 or 9619194. OLE color: 9619194.

HSL color Cylindrical-coordinate representation of color #FAC692: hue angle of 30º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAC692 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 146 -
CMYK 0 0.21 0.42 0.02
HSL 30º 0.91% 0.78% -
HSV(B) 30º 0.42% 0.98% -
XYZ 64.81 62.79 35.9 -
YUV 207.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 250 198 146 0 0.21 0.42 0.02 30 0.91 0.78
Hex FA C6 92 0 15 2A 2 1E 5B 4E
Octal 372 306 222 0 25 52 2 36 133 116
Binary 11111010 11000110 10010010 0 10101 101010 10 11110 1011011 1001110

Color Harmonies of #FAC692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC692

Black with #FAC692

Text Example


Text Example

White with #FAC692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC692; }

 p { color: rgb(250,198,146); }

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

background-color css

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

 a { background-color: rgb(250,198,146); }

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

border-color css

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

 span { border-color: rgb(250,198,146); }

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