Html Css Color HEX #FAC092 Romantic

📋 copy color: '#FAC092'

red 250 ◦ green 192 ◦ blue 146

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

Shades of Romantic #FAC092

Tints of Romantic #FAC092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.83%

R = 42.52%
G = 32.65%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAC092 (or 0xFAC092) is known color: Romantic. HEX triplet: FA, C0 and 92. RGB value is (250,192,146). Sum of RGB (Red+Green+Blue) = 250+192+146=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC092 is #053F6D. Grayscale: #CCCCCC. Windows color (decimal): -343918 or 9617658. OLE color: 9617658.

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

Color convert

RGB 250 192 146 -
CMYK 0 0.23 0.42 0.02
HSL 26.54º 0.91% 0.78% -
HSV(B) 26.54º 0.42% 0.98% -
XYZ 63.46 60.1 35.45 -
YUV 204.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 250 192 146 0 0.23 0.42 0.02 26.54 0.91 0.78
Hex FA C0 92 0 17 2A 2 1B 5B 4E
Octal 372 300 222 0 27 52 2 33 133 116
Binary 11111010 11000000 10010010 0 10111 101010 10 11011 1011011 1001110

Color Harmonies of #FAC092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC092

Black with #FAC092

Text Example


Text Example

White with #FAC092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC092; }

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

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

background-color css

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

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

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

border-color css

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

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

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