Html Css Color HEX #FAC598 Romantic

📋 copy color: '#FAC598'

red 250 ◦ green 197 ◦ blue 152

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

Shades of Romantic #FAC598

Tints of Romantic #FAC598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.38%

R = 41.74%
G = 32.89%
B = 25.38%

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

#FAC598 (or 0xFAC598) is known color: Romantic. HEX triplet: FA, C5 and 98. RGB value is (250,197,152). Sum of RGB (Red+Green+Blue) = 250+197+152=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC598 is #053A67. Grayscale: #CFCFCF. Windows color (decimal): -342632 or 10012154. OLE color: 10012154.

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

Color convert

RGB 250 197 152 -
CMYK 0 0.21 0.39 0.02
HSL 27.55º 0.91% 0.79% -
HSV(B) 27.55º 0.39% 0.98% -
XYZ 65.06 62.52 38.35 -
YUV 207.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 250 197 152 0 0.21 0.39 0.02 27.55 0.91 0.79
Hex FA C5 98 0 15 27 2 1C 5B 4F
Octal 372 305 230 0 25 47 2 34 133 117
Binary 11111010 11000101 10011000 0 10101 100111 10 11100 1011011 1001111

Color Harmonies of #FAC598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC598

Black with #FAC598

Text Example


Text Example

White with #FAC598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC598; }

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

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

background-color css

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

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

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

border-color css

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

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

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