Html Css Color HEX #FAC58D Peach-Orange

📋 copy color: '#FAC58D'

red 250 ◦ green 197 ◦ blue 141

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

Shades of Peach-Orange #FAC58D

Tints of Peach-Orange #FAC58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.98%

R = 42.52%
G = 33.5%
B = 23.98%

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

#FAC58D (or 0xFAC58D) is known color: Peach-Orange. HEX triplet: FA, C5 and 8D. RGB value is (250,197,141). Sum of RGB (Red+Green+Blue) = 250+197+141=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC58D is #053A72. Grayscale: #CECECE. Windows color (decimal): -342643 or 9291258. OLE color: 9291258.

HSL color Cylindrical-coordinate representation of color #FAC58D: hue angle of 30.83º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAC58D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 141 -
CMYK 0 0.21 0.44 0.02
HSL 30.83º 0.92% 0.77% -
HSV(B) 30.83º 0.44% 0.98% -
XYZ 64.2 62.18 33.82 -
YUV 206.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 250 197 141 0 0.21 0.44 0.02 30.83 0.92 0.77
Hex FA C5 8D 0 15 2C 2 1F 5C 4D
Octal 372 305 215 0 25 54 2 37 134 115
Binary 11111010 11000101 10001101 0 10101 101100 10 11111 1011100 1001101

Color Harmonies of #FAC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC58D

Black with #FAC58D

Text Example


Text Example

White with #FAC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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