Html Css Color HEX #F9C096 Romantic

📋 copy color: '#F9C096'

red 249 ◦ green 192 ◦ blue 150

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

Shades of Romantic #F9C096

Tints of Romantic #F9C096

RGB

 RED value IS 249 (97.66% from 255) = 42.13%

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

 BLUE value IS 150 (58.98% from 255) = 25.38%

R = 42.13%
G = 32.49%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F9C096 (or 0xF9C096) is known color: Romantic. HEX triplet: F9, C0 and 96. RGB value is (249,192,150). Sum of RGB (Red+Green+Blue) = 249+192+150=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C096 is #063F69. Grayscale: #CCCCCC. Windows color (decimal): -409450 or 9879801. OLE color: 9879801.

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

Color convert

RGB 249 192 150 -
CMYK 0 0.23 0.40 0.02
HSL 25.45º 0.89% 0.78% -
HSV(B) 25.45º 0.4% 0.98% -
XYZ 63.42 60.04 37.1 -
YUV 204.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 249 192 150 0 0.23 0.40 0.02 25.45 0.89 0.78
Hex F9 C0 96 0 17 28 2 19 59 4E
Octal 371 300 226 0 27 50 2 31 131 116
Binary 11111001 11000000 10010110 0 10111 101000 10 11001 1011001 1001110

Color Harmonies of #F9C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C096

Black with #F9C096

Text Example


Text Example

White with #F9C096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C096; }

 p { color: rgb(249,192,150); }

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

background-color css

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

 a { background-color: rgb(249,192,150); }

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

border-color css

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

 span { border-color: rgb(249,192,150); }

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