Html Css Color HEX #FAC397 Romantic

📋 copy color: '#FAC397'

red 250 ◦ green 195 ◦ blue 151

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

Shades of Romantic #FAC397

Tints of Romantic #FAC397

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.72%

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

R = 41.95%
G = 32.72%
B = 25.34%

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

#FAC397 (or 0xFAC397) is known color: Romantic. HEX triplet: FA, C3 and 97. RGB value is (250,195,151). Sum of RGB (Red+Green+Blue) = 250+195+151=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC397 is #053C68. Grayscale: #CECECE. Windows color (decimal): -343145 or 9946106. OLE color: 9946106.

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

Color convert

RGB 250 195 151 -
CMYK 0 0.22 0.40 0.02
HSL 26.67º 0.91% 0.79% -
HSV(B) 26.67º 0.4% 0.98% -
XYZ 64.53 61.59 37.77 -
YUV 206.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 250 195 151 0 0.22 0.40 0.02 26.67 0.91 0.79
Hex FA C3 97 0 16 28 2 1B 5B 4F
Octal 372 303 227 0 26 50 2 33 133 117
Binary 11111010 11000011 10010111 0 10110 101000 10 11011 1011011 1001111

Color Harmonies of #FAC397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC397

Black with #FAC397

Text Example


Text Example

White with #FAC397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC397; }

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

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

background-color css

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

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

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

border-color css

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

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

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