Html Css Color HEX #FAC58B Peach-Orange

📋 copy color: '#FAC58B'

red 250 ◦ green 197 ◦ blue 139

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

Shades of Peach-Orange #FAC58B

Tints of Peach-Orange #FAC58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.72%

R = 42.66%
G = 33.62%
B = 23.72%

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

#FAC58B (or 0xFAC58B) is known color: Peach-Orange. HEX triplet: FA, C5 and 8B. RGB value is (250,197,139). Sum of RGB (Red+Green+Blue) = 250+197+139=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC58B is #053A74. Grayscale: #CECECE. Windows color (decimal): -342645 or 9160186. OLE color: 9160186.

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

Color convert

RGB 250 197 139 -
CMYK 0 0.21 0.44 0.02
HSL 31.35º 0.92% 0.76% -
HSV(B) 31.35º 0.44% 0.98% -
XYZ 64.05 62.12 33.04 -
YUV 206.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 250 197 139 0 0.21 0.44 0.02 31.35 0.92 0.76
Hex FA C5 8B 0 15 2C 2 1F 5C 4C
Octal 372 305 213 0 25 54 2 37 134 114
Binary 11111010 11000101 10001011 0 10101 101100 10 11111 1011100 1001100

Color Harmonies of #FAC58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC58B

Black with #FAC58B

Text Example


Text Example

White with #FAC58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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