Html Css Color HEX #FAC291 Peach-Orange

📋 copy color: '#FAC291'

red 250 ◦ green 194 ◦ blue 145

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

Shades of Peach-Orange #FAC291

Tints of Peach-Orange #FAC291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.62%

R = 42.44%
G = 32.94%
B = 24.62%

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

#FAC291 (or 0xFAC291) is known color: Peach-Orange. HEX triplet: FA, C2 and 91. RGB value is (250,194,145). Sum of RGB (Red+Green+Blue) = 250+194+145=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC291 is #053D6E. Grayscale: #CDCDCD. Windows color (decimal): -343407 or 9552634. OLE color: 9552634.

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

Color convert

RGB 250 194 145 -
CMYK 0 0.22 0.42 0.02
HSL 28º 0.91% 0.77% -
HSV(B) 28º 0.42% 0.98% -
XYZ 63.83 60.95 35.19 -
YUV 205.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 250 194 145 0 0.22 0.42 0.02 28 0.91 0.77
Hex FA C2 91 0 16 2A 2 1C 5B 4D
Octal 372 302 221 0 26 52 2 34 133 115
Binary 11111010 11000010 10010001 0 10110 101010 10 11100 1011011 1001101

Color Harmonies of #FAC291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC291

Black with #FAC291

Text Example


Text Example

White with #FAC291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC291; }

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

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

background-color css

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

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

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

border-color css

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

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

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