Html Css Color HEX #FAC18B Peach-Orange

📋 copy color: '#FAC18B'

red 250 ◦ green 193 ◦ blue 139

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

Shades of Peach-Orange #FAC18B

Tints of Peach-Orange #FAC18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.88%

R = 42.96%
G = 33.16%
B = 23.88%

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

#FAC18B (or 0xFAC18B) is known color: Peach-Orange. HEX triplet: FA, C1 and 8B. RGB value is (250,193,139). Sum of RGB (Red+Green+Blue) = 250+193+139=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC18B is #053E74. Grayscale: #CCCCCC. Windows color (decimal): -343669 or 9159162. OLE color: 9159162.

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

Color convert

RGB 250 193 139 -
CMYK 0 0.23 0.44 0.02
HSL 29.19º 0.92% 0.76% -
HSV(B) 29.19º 0.44% 0.98% -
XYZ 63.15 60.33 32.74 -
YUV 203.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 250 193 139 0 0.23 0.44 0.02 29.19 0.92 0.76
Hex FA C1 8B 0 17 2C 2 1D 5C 4C
Octal 372 301 213 0 27 54 2 35 134 114
Binary 11111010 11000001 10001011 0 10111 101100 10 11101 1011100 1001100

Color Harmonies of #FAC18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC18B

Black with #FAC18B

Text Example


Text Example

White with #FAC18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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