#F0B98A

Color #F0B98A Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #F0B98A

Tints of Corvette #F0B98A

Color information

#F0B98A (or 0xF0B98A) is unknown color: approx Corvette. HEX triplet: F0, B9 and 8A. RGB value is (240,185,138). Sum of RGB (Red+Green+Blue) = 240+185+138=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B98A is #0F4675. Grayscale: #C4C4C4. Windows color (decimal): -1001078 or 9091568. OLE color: 9091568.

HSL color Cylindrical-coordinate representation of color #F0B98A: hue angle of 27.65º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0B98A is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240185138-
CMYK00.230.420.06
HSL27.65º77.27%74.12%-
HSV(B)27.65º42.5%94.12%-
XYZ57.8755.0631.62-
YUV196.0995.22159.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 138 (54.30% from 255) = 24.51%
R=42.63%
G=32.86%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018513800.230.420.0627.6577.2774.12
HexF0B98A0172A61c4d4a
Octal36027121202752634115112
Binary1111000010111001100010100101111010101101110010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B98A; }

 p { color: rgb(240,185,138); }

 H1.HeaderClassName
 {
   color: #F0B98A;
 }
 .AnyTagClassName
 {
   color: #F0B98A;
 }
</style>
background-color css

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

 a { background-color: rgb(240,185,138); }

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

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

 span { border-color: rgb(240,185,138); }

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