#F3BF85

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

Shades of Corvette #F3BF85

Tints of Corvette #F3BF85

Color information

#F3BF85 (or 0xF3BF85) is unknown color: approx Corvette. HEX triplet: F3, BF and 85. RGB value is (243,191,133). Sum of RGB (Red+Green+Blue) = 243+191+133=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BF85 is #0C407A. Grayscale: #C8C8C8. Windows color (decimal): -802939 or 8765427. OLE color: 8765427.

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

Color convert

RGB243191133-
CMYK00.210.450.05
HSL31.64º82.09%73.73%-
HSV(B)31.64º45.27%95.29%-
XYZ59.8358.0130.23-
YUV199.9490.23158.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.86%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 133 (52.34% from 255) = 23.46%
R=42.86%
G=33.69%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319113300.210.450.0531.6482.0973.73
HexF3BF850152D520524a
Octal36327720502555540122112
Binary11110011101111111000010101010110110110110000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BF85; }

 p { color: rgb(243,191,133); }

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

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

 a { background-color: rgb(243,191,133); }

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

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

 span { border-color: rgb(243,191,133); }

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