Html Css Color HEX #FAC295 Romantic

📋 copy color: '#FAC295'

red 250 ◦ green 194 ◦ blue 149

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

Shades of Romantic #FAC295

Tints of Romantic #FAC295

RGB

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

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

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

R = 42.16%
G = 32.72%
B = 25.13%

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

#FAC295 (or 0xFAC295) is known color: Romantic. HEX triplet: FA, C2 and 95. RGB value is (250,194,149). Sum of RGB (Red+Green+Blue) = 250+194+149=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC295 is #053D6A. Grayscale: #CDCDCD. Windows color (decimal): -343403 or 9814778. OLE color: 9814778.

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

Color convert

RGB 250 194 149 -
CMYK 0 0.22 0.40 0.02
HSL 26.73º 0.91% 0.78% -
HSV(B) 26.73º 0.4% 0.98% -
XYZ 64.14 61.08 36.84 -
YUV 205.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 250 194 149 0 0.22 0.40 0.02 26.73 0.91 0.78
Hex FA C2 95 0 16 28 2 1B 5B 4E
Octal 372 302 225 0 26 50 2 33 133 116
Binary 11111010 11000010 10010101 0 10110 101000 10 11011 1011011 1001110

Color Harmonies of #FAC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC295

Black with #FAC295

Text Example


Text Example

White with #FAC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC295; }

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

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

background-color css

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

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

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

border-color css

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

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

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