Html Css Color HEX #FAC599 Romantic

📋 copy color: '#FAC599'

red 250 ◦ green 197 ◦ blue 153

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

Shades of Romantic #FAC599

Tints of Romantic #FAC599

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.83%

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

R = 41.67%
G = 32.83%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAC599 (or 0xFAC599) is known color: Romantic. HEX triplet: FA, C5 and 99. RGB value is (250,197,153). Sum of RGB (Red+Green+Blue) = 250+197+153=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC599 is #053A66. Grayscale: #D0D0D0. Windows color (decimal): -342631 or 10077690. OLE color: 10077690.

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

Color convert

RGB 250 197 153 -
CMYK 0 0.21 0.39 0.02
HSL 27.22º 0.91% 0.79% -
HSV(B) 27.22º 0.39% 0.98% -
XYZ 65.14 62.56 38.78 -
YUV 207.83 97.06 158.08 -
System Red Green Blue C M Y K H S L
Decimal 250 197 153 0 0.21 0.39 0.02 27.22 0.91 0.79
Hex FA C5 99 0 15 27 2 1B 5B 4F
Octal 372 305 231 0 25 47 2 33 133 117
Binary 11111010 11000101 10011001 0 10101 100111 10 11011 1011011 1001111

Color Harmonies of #FAC599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC599

Black with #FAC599

Text Example


Text Example

White with #FAC599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC599; }

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

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

background-color css

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

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

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

border-color css

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

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

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