#F2BB8A

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

Shades of Corvette #F2BB8A

Tints of Corvette #F2BB8A

Color information

#F2BB8A (or 0xF2BB8A) is unknown color: approx Corvette. HEX triplet: F2, BB and 8A. RGB value is (242,187,138). Sum of RGB (Red+Green+Blue) = 242+187+138=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BB8A is #0D4475. Grayscale: #C6C6C6. Windows color (decimal): -869494 or 9092082. OLE color: 9092082.

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

Color convert

RGB242187138-
CMYK00.230.430.05
HSL28.27º80%74.51%-
HSV(B)28.27º42.98%94.9%-
XYZ58.9856.2531.79-
YUV197.8694.22159.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.68%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 138 (54.30% from 255) = 24.34%
R=42.68%
G=32.98%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218713800.230.430.0528.278074.51
HexF2BB8A0172B51c504b
Octal36227321202753534120113
Binary1111001010111011100010100101111010111011110010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BB8A; }

 p { color: rgb(242,187,138); }

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

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

 a { background-color: rgb(242,187,138); }

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

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

 span { border-color: rgb(242,187,138); }

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