Html Css Color HEX #FAC18C Peach-Orange

📋 copy color: '#FAC18C'

red 250 ◦ green 193 ◦ blue 140

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

Shades of Peach-Orange #FAC18C

Tints of Peach-Orange #FAC18C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.1%

 BLUE value IS 140 (55.08% from 255) = 24.01%

R = 42.88%
G = 33.1%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAC18C (or 0xFAC18C) is known color: Peach-Orange. HEX triplet: FA, C1 and 8C. RGB value is (250,193,140). Sum of RGB (Red+Green+Blue) = 250+193+140=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC18C is #053E73. Grayscale: #CCCCCC. Windows color (decimal): -343668 or 9224698. OLE color: 9224698.

HSL color Cylindrical-coordinate representation of color #FAC18C: hue angle of 28.91º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAC18C is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 140 -
CMYK 0 0.23 0.44 0.02
HSL 28.91º 0.92% 0.76% -
HSV(B) 28.91º 0.44% 0.98% -
XYZ 63.23 60.36 33.13 -
YUV 204 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 250 193 140 0 0.23 0.44 0.02 28.91 0.92 0.76
Hex FA C1 8C 0 17 2C 2 1D 5C 4C
Octal 372 301 214 0 27 54 2 35 134 114
Binary 11111010 11000001 10001100 0 10111 101100 10 11101 1011100 1001100

Color Harmonies of #FAC18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC18C

Black with #FAC18C

Text Example


Text Example

White with #FAC18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC18C; }

 p { color: rgb(250,193,140); }

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

background-color css

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

 a { background-color: rgb(250,193,140); }

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

border-color css

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

 span { border-color: rgb(250,193,140); }

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