Html Css Color HEX #FAC094 Romantic

📋 copy color: '#FAC094'

red 250 ◦ green 192 ◦ blue 148

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

Shades of Romantic #FAC094

Tints of Romantic #FAC094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.08%

R = 42.37%
G = 32.54%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAC094 (or 0xFAC094) is known color: Romantic. HEX triplet: FA, C0 and 94. RGB value is (250,192,148). Sum of RGB (Red+Green+Blue) = 250+192+148=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC094 is #053F6B. Grayscale: #CCCCCC. Windows color (decimal): -343916 or 9748730. OLE color: 9748730.

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

Color convert

RGB 250 192 148 -
CMYK 0 0.23 0.41 0.02
HSL 25.88º 0.91% 0.78% -
HSV(B) 25.88º 0.41% 0.98% -
XYZ 63.62 60.16 36.28 -
YUV 204.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 250 192 148 0 0.23 0.41 0.02 25.88 0.91 0.78
Hex FA C0 94 0 17 29 2 1A 5B 4E
Octal 372 300 224 0 27 51 2 32 133 116
Binary 11111010 11000000 10010100 0 10111 101001 10 11010 1011011 1001110

Color Harmonies of #FAC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC094

Black with #FAC094

Text Example


Text Example

White with #FAC094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC094; }

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

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

background-color css

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

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

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

border-color css

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

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

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