Html Css Color HEX #FAC78C Peach-Orange

📋 copy color: '#FAC78C'

red 250 ◦ green 199 ◦ blue 140

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

Shades of Peach-Orange #FAC78C

Tints of Peach-Orange #FAC78C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.79%

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

R = 42.44%
G = 33.79%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAC78C (or 0xFAC78C) is known color: Peach-Orange. HEX triplet: FA, C7 and 8C. RGB value is (250,199,140). Sum of RGB (Red+Green+Blue) = 250+199+140=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC78C is #053873. Grayscale: #CFCFCF. Windows color (decimal): -342132 or 9226234. OLE color: 9226234.

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

Color convert

RGB 250 199 140 -
CMYK 0 0.20 0.44 0.02
HSL 32.18º 0.92% 0.76% -
HSV(B) 32.18º 0.44% 0.98% -
XYZ 64.58 63.06 33.58 -
YUV 207.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 250 199 140 0 0.20 0.44 0.02 32.18 0.92 0.76
Hex FA C7 8C 0 14 2C 2 20 5C 4C
Octal 372 307 214 0 24 54 2 40 134 114
Binary 11111010 11000111 10001100 0 10100 101100 10 100000 1011100 1001100

Color Harmonies of #FAC78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC78C

Black with #FAC78C

Text Example


Text Example

White with #FAC78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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