Html Css Color HEX #FAC199 Romantic

📋 copy color: '#FAC199'

red 250 ◦ green 193 ◦ blue 153

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

Shades of Romantic #FAC199

Tints of Romantic #FAC199

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.38%

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

R = 41.95%
G = 32.38%
B = 25.67%

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

#FAC199 (or 0xFAC199) is known color: Romantic. HEX triplet: FA, C1 and 99. RGB value is (250,193,153). Sum of RGB (Red+Green+Blue) = 250+193+153=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC199 is #053E66. Grayscale: #CDCDCD. Windows color (decimal): -343655 or 10076666. OLE color: 10076666.

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

Color convert

RGB 250 193 153 -
CMYK 0 0.23 0.39 0.02
HSL 24.74º 0.91% 0.79% -
HSV(B) 24.74º 0.39% 0.98% -
XYZ 64.24 60.76 38.48 -
YUV 205.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 250 193 153 0 0.23 0.39 0.02 24.74 0.91 0.79
Hex FA C1 99 0 17 27 2 19 5B 4F
Octal 372 301 231 0 27 47 2 31 133 117
Binary 11111010 11000001 10011001 0 10111 100111 10 11001 1011011 1001111

Color Harmonies of #FAC199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC199

Black with #FAC199

Text Example


Text Example

White with #FAC199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC199; }

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

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

background-color css

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

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

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

border-color css

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

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

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