Html Css Color HEX #FAC492 Peach-Orange

📋 copy color: '#FAC492'

red 250 ◦ green 196 ◦ blue 146

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

Shades of Peach-Orange #FAC492

Tints of Peach-Orange #FAC492

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.11%

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

R = 42.23%
G = 33.11%
B = 24.66%

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

#FAC492 (or 0xFAC492) is known color: Peach-Orange. HEX triplet: FA, C4 and 92. RGB value is (250,196,146). Sum of RGB (Red+Green+Blue) = 250+196+146=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC492 is #053B6D. Grayscale: #CECECE. Windows color (decimal): -342894 or 9618682. OLE color: 9618682.

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

Color convert

RGB 250 196 146 -
CMYK 0 0.22 0.42 0.02
HSL 28.85º 0.91% 0.78% -
HSV(B) 28.85º 0.42% 0.98% -
XYZ 64.35 61.88 35.75 -
YUV 206.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 250 196 146 0 0.22 0.42 0.02 28.85 0.91 0.78
Hex FA C4 92 0 16 2A 2 1D 5B 4E
Octal 372 304 222 0 26 52 2 35 133 116
Binary 11111010 11000100 10010010 0 10110 101010 10 11101 1011011 1001110

Color Harmonies of #FAC492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC492

Black with #FAC492

Text Example


Text Example

White with #FAC492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC492; }

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

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

background-color css

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

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

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

border-color css

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

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

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