Html Css Color HEX #FAC68C Peach-Orange

📋 copy color: '#FAC68C'

red 250 ◦ green 198 ◦ blue 140

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

Shades of Peach-Orange #FAC68C

Tints of Peach-Orange #FAC68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.67%

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

R = 42.52%
G = 33.67%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAC68C (or 0xFAC68C) is known color: Peach-Orange. HEX triplet: FA, C6 and 8C. RGB value is (250,198,140). Sum of RGB (Red+Green+Blue) = 250+198+140=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC68C is #053973. Grayscale: #CFCFCF. Windows color (decimal): -342388 or 9225978. OLE color: 9225978.

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

Color convert

RGB 250 198 140 -
CMYK 0 0.21 0.44 0.02
HSL 31.64º 0.92% 0.76% -
HSV(B) 31.64º 0.44% 0.98% -
XYZ 64.35 62.61 33.5 -
YUV 206.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 250 198 140 0 0.21 0.44 0.02 31.64 0.92 0.76
Hex FA C6 8C 0 15 2C 2 20 5C 4C
Octal 372 306 214 0 25 54 2 40 134 114
Binary 11111010 11000110 10001100 0 10101 101100 10 100000 1011100 1001100

Color Harmonies of #FAC68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC68C

Black with #FAC68C

Text Example


Text Example

White with #FAC68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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