Html Css Color HEX #FAC099 Romantic

📋 copy color: '#FAC099'

red 250 ◦ green 192 ◦ blue 153

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

Shades of Romantic #FAC099

Tints of Romantic #FAC099

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.27%

 BLUE value IS 153 (60.16% from 255) = 25.71%

R = 42.02%
G = 32.27%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAC099 (or 0xFAC099) is known color: Romantic. HEX triplet: FA, C0 and 99. RGB value is (250,192,153). Sum of RGB (Red+Green+Blue) = 250+192+153=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC099 is #053F66. Grayscale: #CDCDCD. Windows color (decimal): -343911 or 10076410. OLE color: 10076410.

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

Color convert

RGB 250 192 153 -
CMYK 0 0.23 0.39 0.02
HSL 24.12º 0.91% 0.79% -
HSV(B) 24.12º 0.39% 0.98% -
XYZ 64.02 60.32 38.41 -
YUV 204.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 250 192 153 0 0.23 0.39 0.02 24.12 0.91 0.79
Hex FA C0 99 0 17 27 2 18 5B 4F
Octal 372 300 231 0 27 47 2 30 133 117
Binary 11111010 11000000 10011001 0 10111 100111 10 11000 1011011 1001111

Color Harmonies of #FAC099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC099

Black with #FAC099

Text Example


Text Example

White with #FAC099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC099; }

 p { color: rgb(250,192,153); }

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

background-color css

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

 a { background-color: rgb(250,192,153); }

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

border-color css

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

 span { border-color: rgb(250,192,153); }

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