Html Css Color HEX #FAC78F Peach-Orange

📋 copy color: '#FAC78F'

red 250 ◦ green 199 ◦ blue 143

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

Shades of Peach-Orange #FAC78F

Tints of Peach-Orange #FAC78F

RGB

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

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

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

R = 42.23%
G = 33.61%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAC78F (or 0xFAC78F) is known color: Peach-Orange. HEX triplet: FA, C7 and 8F. RGB value is (250,199,143). Sum of RGB (Red+Green+Blue) = 250+199+143=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC78F is #053870. Grayscale: #D0D0D0. Windows color (decimal): -342129 or 9422842. OLE color: 9422842.

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

Color convert

RGB 250 199 143 -
CMYK 0 0.20 0.43 0.02
HSL 31.4º 0.91% 0.77% -
HSV(B) 31.4º 0.43% 0.98% -
XYZ 64.81 63.15 34.76 -
YUV 207.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 250 199 143 0 0.20 0.43 0.02 31.4 0.91 0.77
Hex FA C7 8F 0 14 2B 2 1F 5B 4D
Octal 372 307 217 0 24 53 2 37 133 115
Binary 11111010 11000111 10001111 0 10100 101011 10 11111 1011011 1001101

Color Harmonies of #FAC78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC78F

Black with #FAC78F

Text Example


Text Example

White with #FAC78F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC78F; }

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

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

background-color css

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

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

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

border-color css

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

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

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