Html Css Color HEX #FAC18D Peach-Orange

📋 copy color: '#FAC18D'

red 250 ◦ green 193 ◦ blue 141

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

Shades of Peach-Orange #FAC18D

Tints of Peach-Orange #FAC18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.14%

R = 42.81%
G = 33.05%
B = 24.14%

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

#FAC18D (or 0xFAC18D) is known color: Peach-Orange. HEX triplet: FA, C1 and 8D. RGB value is (250,193,141). Sum of RGB (Red+Green+Blue) = 250+193+141=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC18D is #053E72. Grayscale: #CCCCCC. Windows color (decimal): -343667 or 9290234. OLE color: 9290234.

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

Color convert

RGB 250 193 141 -
CMYK 0 0.23 0.44 0.02
HSL 28.62º 0.92% 0.77% -
HSV(B) 28.62º 0.44% 0.98% -
XYZ 63.3 60.39 33.52 -
YUV 204.12 92.38 160.73 -
System Red Green Blue C M Y K H S L
Decimal 250 193 141 0 0.23 0.44 0.02 28.62 0.92 0.77
Hex FA C1 8D 0 17 2C 2 1D 5C 4D
Octal 372 301 215 0 27 54 2 35 134 115
Binary 11111010 11000001 10001101 0 10111 101100 10 11101 1011100 1001101

Color Harmonies of #FAC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC18D

Black with #FAC18D

Text Example


Text Example

White with #FAC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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