Html Css Color HEX #FAC699 Romantic

📋 copy color: '#FAC699'

red 250 ◦ green 198 ◦ blue 153

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

Shades of Romantic #FAC699

Tints of Romantic #FAC699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.46%

R = 41.6%
G = 32.95%
B = 25.46%

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

#FAC699 (or 0xFAC699) is known color: Romantic. HEX triplet: FA, C6 and 99. RGB value is (250,198,153). Sum of RGB (Red+Green+Blue) = 250+198+153=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC699 is #053966. Grayscale: #D0D0D0. Windows color (decimal): -342375 or 10077946. OLE color: 10077946.

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

Color convert

RGB 250 198 153 -
CMYK 0 0.21 0.39 0.02
HSL 27.84º 0.91% 0.79% -
HSV(B) 27.84º 0.39% 0.98% -
XYZ 65.37 63.01 38.85 -
YUV 208.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 250 198 153 0 0.21 0.39 0.02 27.84 0.91 0.79
Hex FA C6 99 0 15 27 2 1C 5B 4F
Octal 372 306 231 0 25 47 2 34 133 117
Binary 11111010 11000110 10011001 0 10101 100111 10 11100 1011011 1001111

Color Harmonies of #FAC699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC699

Black with #FAC699

Text Example


Text Example

White with #FAC699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC699; }

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

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

background-color css

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

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

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

border-color css

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

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

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