Html Css Color HEX #FAC392 Peach-Orange

📋 copy color: '#FAC392'

red 250 ◦ green 195 ◦ blue 146

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

Shades of Peach-Orange #FAC392

Tints of Peach-Orange #FAC392

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.99%

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

R = 42.3%
G = 32.99%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAC392 (or 0xFAC392) is known color: Peach-Orange. HEX triplet: FA, C3 and 92. RGB value is (250,195,146). Sum of RGB (Red+Green+Blue) = 250+195+146=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC392 is #053C6D. Grayscale: #CECECE. Windows color (decimal): -343150 or 9618426. OLE color: 9618426.

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

Color convert

RGB 250 195 146 -
CMYK 0 0.22 0.42 0.02
HSL 28.27º 0.91% 0.78% -
HSV(B) 28.27º 0.42% 0.98% -
XYZ 64.13 61.43 35.67 -
YUV 205.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 250 195 146 0 0.22 0.42 0.02 28.27 0.91 0.78
Hex FA C3 92 0 16 2A 2 1C 5B 4E
Octal 372 303 222 0 26 52 2 34 133 116
Binary 11111010 11000011 10010010 0 10110 101010 10 11100 1011011 1001110

Color Harmonies of #FAC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC392

Black with #FAC392

Text Example


Text Example

White with #FAC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC392; }

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

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

background-color css

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

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

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

border-color css

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

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

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