Html Css Color HEX #FAC497 Romantic

📋 copy color: '#FAC497'

red 250 ◦ green 196 ◦ blue 151

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

Shades of Romantic #FAC497

Tints of Romantic #FAC497

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.83%

 BLUE value IS 151 (59.38% from 255) = 25.29%

R = 41.88%
G = 32.83%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAC497 (or 0xFAC497) is known color: Romantic. HEX triplet: FA, C4 and 97. RGB value is (250,196,151). Sum of RGB (Red+Green+Blue) = 250+196+151=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC497 is #053B68. Grayscale: #CFCFCF. Windows color (decimal): -342889 or 9946362. OLE color: 9946362.

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

Color convert

RGB 250 196 151 -
CMYK 0 0.22 0.40 0.02
HSL 27.27º 0.91% 0.79% -
HSV(B) 27.27º 0.4% 0.98% -
XYZ 64.75 62.04 37.84 -
YUV 207.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 250 196 151 0 0.22 0.40 0.02 27.27 0.91 0.79
Hex FA C4 97 0 16 28 2 1B 5B 4F
Octal 372 304 227 0 26 50 2 33 133 117
Binary 11111010 11000100 10010111 0 10110 101000 10 11011 1011011 1001111

Color Harmonies of #FAC497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC497

Black with #FAC497

Text Example


Text Example

White with #FAC497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC497; }

 p { color: rgb(250,196,151); }

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

background-color css

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

 a { background-color: rgb(250,196,151); }

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

border-color css

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

 span { border-color: rgb(250,196,151); }

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