Html Css Color HEX #FAC297 Romantic

📋 copy color: '#FAC297'

red 250 ◦ green 194 ◦ blue 151

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

Shades of Romantic #FAC297

Tints of Romantic #FAC297

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.61%

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

R = 42.02%
G = 32.61%
B = 25.38%

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

#FAC297 (or 0xFAC297) is known color: Romantic. HEX triplet: FA, C2 and 97. RGB value is (250,194,151). Sum of RGB (Red+Green+Blue) = 250+194+151=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC297 is #053D68. Grayscale: #CECECE. Windows color (decimal): -343401 or 9945850. OLE color: 9945850.

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

Color convert

RGB 250 194 151 -
CMYK 0 0.22 0.40 0.02
HSL 26.06º 0.91% 0.79% -
HSV(B) 26.06º 0.4% 0.98% -
XYZ 64.3 61.14 37.69 -
YUV 205.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 250 194 151 0 0.22 0.40 0.02 26.06 0.91 0.79
Hex FA C2 97 0 16 28 2 1A 5B 4F
Octal 372 302 227 0 26 50 2 32 133 117
Binary 11111010 11000010 10010111 0 10110 101000 10 11010 1011011 1001111

Color Harmonies of #FAC297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC297

Black with #FAC297

Text Example


Text Example

White with #FAC297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC297; }

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

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

background-color css

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

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

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

border-color css

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

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

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