Html Css Color HEX #FAC09A Romantic

📋 copy color: '#FAC09A'

red 250 ◦ green 192 ◦ blue 154

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

Shades of Romantic #FAC09A

Tints of Romantic #FAC09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.84%

R = 41.95%
G = 32.21%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAC09A (or 0xFAC09A) is known color: Romantic. HEX triplet: FA, C0 and 9A. RGB value is (250,192,154). Sum of RGB (Red+Green+Blue) = 250+192+154=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC09A is #053F65. Grayscale: #CDCDCD. Windows color (decimal): -343910 or 10141946. OLE color: 10141946.

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

Color convert

RGB 250 192 154 -
CMYK 0 0.23 0.38 0.02
HSL 23.75º 0.91% 0.79% -
HSV(B) 23.75º 0.38% 0.98% -
XYZ 64.11 60.36 38.84 -
YUV 205.01 99.22 160.09 -
System Red Green Blue C M Y K H S L
Decimal 250 192 154 0 0.23 0.38 0.02 23.75 0.91 0.79
Hex FA C0 9A 0 17 26 2 18 5B 4F
Octal 372 300 232 0 27 46 2 30 133 117
Binary 11111010 11000000 10011010 0 10111 100110 10 11000 1011011 1001111

Color Harmonies of #FAC09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC09A

Black with #FAC09A

Text Example


Text Example

White with #FAC09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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