Html Css Color HEX #FAC892 Peach-Orange

📋 copy color: '#FAC892'

red 250 ◦ green 200 ◦ blue 146

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

Shades of Peach-Orange #FAC892

Tints of Peach-Orange #FAC892

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.56%

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

R = 41.95%
G = 33.56%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAC892 (or 0xFAC892) is known color: Peach-Orange. HEX triplet: FA, C8 and 92. RGB value is (250,200,146). Sum of RGB (Red+Green+Blue) = 250+200+146=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC892 is #05376D. Grayscale: #D1D1D1. Windows color (decimal): -341870 or 9619706. OLE color: 9619706.

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

Color convert

RGB 250 200 146 -
CMYK 0 0.2 0.42 0.02
HSL 31.15º 0.91% 0.78% -
HSV(B) 31.15º 0.42% 0.98% -
XYZ 65.27 63.71 36.05 -
YUV 208.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 250 200 146 0 0.2 0.42 0.02 31.15 0.91 0.78
Hex FA C8 92 0 14 2A 2 1F 5B 4E
Octal 372 310 222 0 24 52 2 37 133 116
Binary 11111010 11001000 10010010 0 10100 101010 10 11111 1011011 1001110

Color Harmonies of #FAC892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC892

Black with #FAC892

Text Example


Text Example

White with #FAC892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC892; }

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

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

background-color css

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

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

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

border-color css

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

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

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