Html Css Color HEX #FAC098 Romantic

📋 copy color: '#FAC098'

red 250 ◦ green 192 ◦ blue 152

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

Shades of Romantic #FAC098

Tints of Romantic #FAC098

RGB

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

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

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

R = 42.09%
G = 32.32%
B = 25.59%

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

#FAC098 (or 0xFAC098) is known color: Romantic. HEX triplet: FA, C0 and 98. RGB value is (250,192,152). Sum of RGB (Red+Green+Blue) = 250+192+152=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 152 (59.77% from 255 or 25.59% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC098 is #053F67. Grayscale: #CDCDCD. Windows color (decimal): -343912 or 10010874. OLE color: 10010874.

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

Color convert

RGB 250 192 152 -
CMYK 0 0.23 0.39 0.02
HSL 24.49º 0.91% 0.79% -
HSV(B) 24.49º 0.39% 0.98% -
XYZ 63.94 60.29 37.97 -
YUV 204.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 250 192 152 0 0.23 0.39 0.02 24.49 0.91 0.79
Hex FA C0 98 0 17 27 2 18 5B 4F
Octal 372 300 230 0 27 47 2 30 133 117
Binary 11111010 11000000 10011000 0 10111 100111 10 11000 1011011 1001111

Color Harmonies of #FAC098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC098

Black with #FAC098

Text Example


Text Example

White with #FAC098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC098; }

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

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

background-color css

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

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

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

border-color css

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

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

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