Html Css Color HEX #FAC98F Peach-Orange

📋 copy color: '#FAC98F'

red 250 ◦ green 201 ◦ blue 143

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

Shades of Peach-Orange #FAC98F

Tints of Peach-Orange #FAC98F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.84%

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

R = 42.09%
G = 33.84%
B = 24.07%

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

#FAC98F (or 0xFAC98F) is known color: Peach-Orange. HEX triplet: FA, C9 and 8F. RGB value is (250,201,143). Sum of RGB (Red+Green+Blue) = 250+201+143=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC98F is #053670. Grayscale: #D1D1D1. Windows color (decimal): -341617 or 9423354. OLE color: 9423354.

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

Color convert

RGB 250 201 143 -
CMYK 0 0.20 0.43 0.02
HSL 32.52º 0.91% 0.77% -
HSV(B) 32.52º 0.43% 0.98% -
XYZ 65.27 64.08 34.92 -
YUV 209.04 90.73 157.22 -
System Red Green Blue C M Y K H S L
Decimal 250 201 143 0 0.20 0.43 0.02 32.52 0.91 0.77
Hex FA C9 8F 0 14 2B 2 21 5B 4D
Octal 372 311 217 0 24 53 2 41 133 115
Binary 11111010 11001001 10001111 0 10100 101011 10 100001 1011011 1001101

Color Harmonies of #FAC98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC98F

Black with #FAC98F

Text Example


Text Example

White with #FAC98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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