#F2BF88

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

Shades of Corvette #F2BF88

Tints of Corvette #F2BF88

Color information

#F2BF88 (or 0xF2BF88) is unknown color: approx Corvette. HEX triplet: F2, BF and 88. RGB value is (242,191,136). Sum of RGB (Red+Green+Blue) = 242+191+136=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 136 (53.52% from 255 or 23.90% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BF88 is #0D4077. Grayscale: #C8C8C8. Windows color (decimal): -868472 or 8962034. OLE color: 8962034.

HSL color Cylindrical-coordinate representation of color #F2BF88: hue angle of 31.13º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2BF88 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB242191136-
CMYK00.210.440.05
HSL31.13º80.3%74.12%-
HSV(B)31.13º43.8%94.9%-
XYZ59.6957.9231.33-
YUV199.9891.9157.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 136 (53.52% from 255) = 23.90%
R=42.53%
G=33.57%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219113600.210.440.0531.1380.374.12
HexF2BF880152C51f504a
Octal36227721002554537120112
Binary1111001010111111100010000101011011001011111110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BF88; }

 p { color: rgb(242,191,136); }

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

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

 a { background-color: rgb(242,191,136); }

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

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

 span { border-color: rgb(242,191,136); }

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