Html Css Color HEX #FAC58F Peach-Orange

📋 copy color: '#FAC58F'

red 250 ◦ green 197 ◦ blue 143

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

Shades of Peach-Orange #FAC58F

Tints of Peach-Orange #FAC58F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.39%

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

R = 42.37%
G = 33.39%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAC58F (or 0xFAC58F) is known color: Peach-Orange. HEX triplet: FA, C5 and 8F. RGB value is (250,197,143). Sum of RGB (Red+Green+Blue) = 250+197+143=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 143 (56.25% from 255 or 24.24% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC58F is #053A70. Grayscale: #CECECE. Windows color (decimal): -342641 or 9422330. OLE color: 9422330.

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

Color convert

RGB 250 197 143 -
CMYK 0 0.21 0.43 0.02
HSL 30.28º 0.91% 0.77% -
HSV(B) 30.28º 0.43% 0.98% -
XYZ 64.35 62.24 34.61 -
YUV 206.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 250 197 143 0 0.21 0.43 0.02 30.28 0.91 0.77
Hex FA C5 8F 0 15 2B 2 1E 5B 4D
Octal 372 305 217 0 25 53 2 36 133 115
Binary 11111010 11000101 10001111 0 10101 101011 10 11110 1011011 1001101

Color Harmonies of #FAC58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC58F

Black with #FAC58F

Text Example


Text Example

White with #FAC58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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