Html Css Color HEX #FAC290 Peach-Orange

📋 copy color: '#FAC290'

red 250 ◦ green 194 ◦ blue 144

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

Shades of Peach-Orange #FAC290

Tints of Peach-Orange #FAC290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.49%

R = 42.52%
G = 32.99%
B = 24.49%

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

#FAC290 (or 0xFAC290) is known color: Peach-Orange. HEX triplet: FA, C2 and 90. RGB value is (250,194,144). Sum of RGB (Red+Green+Blue) = 250+194+144=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC290 is #053D6F. Grayscale: #CDCDCD. Windows color (decimal): -343408 or 9487098. OLE color: 9487098.

HSL color Cylindrical-coordinate representation of color #FAC290: hue angle of 28.3º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAC290 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 194 144 -
CMYK 0 0.22 0.42 0.02
HSL 28.3º 0.91% 0.77% -
HSV(B) 28.3º 0.42% 0.98% -
XYZ 63.75 60.92 34.78 -
YUV 205.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 250 194 144 0 0.22 0.42 0.02 28.3 0.91 0.77
Hex FA C2 90 0 16 2A 2 1C 5B 4D
Octal 372 302 220 0 26 52 2 34 133 115
Binary 11111010 11000010 10010000 0 10110 101010 10 11100 1011011 1001101

Color Harmonies of #FAC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC290

Black with #FAC290

Text Example


Text Example

White with #FAC290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC290; }

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

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

background-color css

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

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

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

border-color css

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

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

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