Html Css Color HEX #FACC92 Peach-Orange

📋 copy color: '#FACC92'

red 250 ◦ green 204 ◦ blue 146

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

Shades of Peach-Orange #FACC92

Tints of Peach-Orange #FACC92

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34%

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

R = 41.67%
G = 34%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FACC92 (or 0xFACC92) is known color: Peach-Orange. HEX triplet: FA, CC and 92. RGB value is (250,204,146). Sum of RGB (Red+Green+Blue) = 250+204+146=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 146 (57.42% from 255 or 24.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC92 is #05336D. Grayscale: #D3D3D3. Windows color (decimal): -340846 or 9620730. OLE color: 9620730.

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

Color convert

RGB 250 204 146 -
CMYK 0 0.18 0.42 0.02
HSL 33.46º 0.91% 0.78% -
HSV(B) 33.46º 0.42% 0.98% -
XYZ 66.21 65.59 36.36 -
YUV 211.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 250 204 146 0 0.18 0.42 0.02 33.46 0.91 0.78
Hex FA CC 92 0 12 2A 2 21 5B 4E
Octal 372 314 222 0 22 52 2 41 133 116
Binary 11111010 11001100 10010010 0 10010 101010 10 100001 1011011 1001110

Color Harmonies of #FACC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC92

Black with #FACC92

Text Example


Text Example

White with #FACC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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