Html Css Color HEX #FAC698 Peach-Orange

📋 copy color: '#FAC698'

red 250 ◦ green 198 ◦ blue 152

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

Shades of Peach-Orange #FAC698

Tints of Peach-Orange #FAC698

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33%

 BLUE value IS 152 (59.77% from 255) = 25.33%

R = 41.67%
G = 33%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAC698 (or 0xFAC698) is known color: Peach-Orange. HEX triplet: FA, C6 and 98. RGB value is (250,198,152). Sum of RGB (Red+Green+Blue) = 250+198+152=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC698 is #053967. Grayscale: #D0D0D0. Windows color (decimal): -342376 or 10012410. OLE color: 10012410.

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

Color convert

RGB 250 198 152 -
CMYK 0 0.21 0.39 0.02
HSL 28.16º 0.91% 0.79% -
HSV(B) 28.16º 0.39% 0.98% -
XYZ 65.29 62.98 38.42 -
YUV 208.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 250 198 152 0 0.21 0.39 0.02 28.16 0.91 0.79
Hex FA C6 98 0 15 27 2 1C 5B 4F
Octal 372 306 230 0 25 47 2 34 133 117
Binary 11111010 11000110 10011000 0 10101 100111 10 11100 1011011 1001111

Color Harmonies of #FAC698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC698

Black with #FAC698

Text Example


Text Example

White with #FAC698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC698; }

 p { color: rgb(250,198,152); }

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

background-color css

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

 a { background-color: rgb(250,198,152); }

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

border-color css

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

 span { border-color: rgb(250,198,152); }

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