Html Css Color HEX #FAC395 Romantic

📋 copy color: '#FAC395'

red 250 ◦ green 195 ◦ blue 149

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

Shades of Romantic #FAC395

Tints of Romantic #FAC395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.08%

R = 42.09%
G = 32.83%
B = 25.08%

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

#FAC395 (or 0xFAC395) is known color: Romantic. HEX triplet: FA, C3 and 95. RGB value is (250,195,149). Sum of RGB (Red+Green+Blue) = 250+195+149=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC395 is #053C6A. Grayscale: #CECECE. Windows color (decimal): -343147 or 9815034. OLE color: 9815034.

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

Color convert

RGB 250 195 149 -
CMYK 0 0.22 0.40 0.02
HSL 27.33º 0.91% 0.78% -
HSV(B) 27.33º 0.4% 0.98% -
XYZ 64.36 61.52 36.92 -
YUV 206.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 250 195 149 0 0.22 0.40 0.02 27.33 0.91 0.78
Hex FA C3 95 0 16 28 2 1B 5B 4E
Octal 372 303 225 0 26 50 2 33 133 116
Binary 11111010 11000011 10010101 0 10110 101000 10 11011 1011011 1001110

Color Harmonies of #FAC395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC395

Black with #FAC395

Text Example


Text Example

White with #FAC395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC395; }

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

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

background-color css

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

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

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

border-color css

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

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

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