Html Css Color HEX #FAC18F Peach-Orange

📋 copy color: '#FAC18F'

red 250 ◦ green 193 ◦ blue 143

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

Shades of Peach-Orange #FAC18F

Tints of Peach-Orange #FAC18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.4%

R = 42.66%
G = 32.94%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAC18F (or 0xFAC18F) is known color: Peach-Orange. HEX triplet: FA, C1 and 8F. RGB value is (250,193,143). Sum of RGB (Red+Green+Blue) = 250+193+143=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC18F is #053E70. Grayscale: #CCCCCC. Windows color (decimal): -343665 or 9421306. OLE color: 9421306.

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

Color convert

RGB 250 193 143 -
CMYK 0 0.23 0.43 0.02
HSL 28.04º 0.91% 0.77% -
HSV(B) 28.04º 0.43% 0.98% -
XYZ 63.45 60.45 34.31 -
YUV 204.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 250 193 143 0 0.23 0.43 0.02 28.04 0.91 0.77
Hex FA C1 8F 0 17 2B 2 1C 5B 4D
Octal 372 301 217 0 27 53 2 34 133 115
Binary 11111010 11000001 10001111 0 10111 101011 10 11100 1011011 1001101

Color Harmonies of #FAC18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC18F

Black with #FAC18F

Text Example


Text Example

White with #FAC18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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