Html Css Color HEX #FAC292 Peach-Orange

📋 copy color: '#FAC292'

red 250 ◦ green 194 ◦ blue 146

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

Shades of Peach-Orange #FAC292

Tints of Peach-Orange #FAC292

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.88%

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

R = 42.37%
G = 32.88%
B = 24.75%

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

#FAC292 (or 0xFAC292) is known color: Peach-Orange. HEX triplet: FA, C2 and 92. RGB value is (250,194,146). Sum of RGB (Red+Green+Blue) = 250+194+146=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC292 is #053D6D. Grayscale: #CDCDCD. Windows color (decimal): -343406 or 9618170. OLE color: 9618170.

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

Color convert

RGB 250 194 146 -
CMYK 0 0.22 0.42 0.02
HSL 27.69º 0.91% 0.78% -
HSV(B) 27.69º 0.42% 0.98% -
XYZ 63.9 60.98 35.6 -
YUV 205.27 94.55 159.9 -
System Red Green Blue C M Y K H S L
Decimal 250 194 146 0 0.22 0.42 0.02 27.69 0.91 0.78
Hex FA C2 92 0 16 2A 2 1C 5B 4E
Octal 372 302 222 0 26 52 2 34 133 116
Binary 11111010 11000010 10010010 0 10110 101010 10 11100 1011011 1001110

Color Harmonies of #FAC292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC292

Black with #FAC292

Text Example


Text Example

White with #FAC292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC292; }

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

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

background-color css

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

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

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

border-color css

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

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

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