Html Css Color HEX #FAC396 Romantic

📋 copy color: '#FAC396'

red 250 ◦ green 195 ◦ blue 150

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

Shades of Romantic #FAC396

Tints of Romantic #FAC396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.21%

R = 42.02%
G = 32.77%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAC396 (or 0xFAC396) is known color: Romantic. HEX triplet: FA, C3 and 96. RGB value is (250,195,150). Sum of RGB (Red+Green+Blue) = 250+195+150=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC396 is #053C69. Grayscale: #CECECE. Windows color (decimal): -343146 or 9880570. OLE color: 9880570.

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

Color convert

RGB 250 195 150 -
CMYK 0 0.22 0.4 0.02
HSL 27º 0.91% 0.78% -
HSV(B) 27º 0.4% 0.98% -
XYZ 64.44 61.56 37.34 -
YUV 206.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 250 195 150 0 0.22 0.4 0.02 27 0.91 0.78
Hex FA C3 96 0 16 28 2 1B 5B 4E
Octal 372 303 226 0 26 50 2 33 133 116
Binary 11111010 11000011 10010110 0 10110 101000 10 11011 1011011 1001110

Color Harmonies of #FAC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC396

Black with #FAC396

Text Example


Text Example

White with #FAC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC396; }

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

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

background-color css

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

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

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

border-color css

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

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

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