#F3BD83

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

Shades of Corvette #F3BD83

Tints of Corvette #F3BD83

Color information

#F3BD83 (or 0xF3BD83) is unknown color: approx Corvette. HEX triplet: F3, BD and 83. RGB value is (243,189,131). Sum of RGB (Red+Green+Blue) = 243+189+131=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BD83 is #0C427C. Grayscale: #C6C6C6. Windows color (decimal): -803453 or 8633843. OLE color: 8633843.

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

Color convert

RGB243189131-
CMYK00.220.460.05
HSL31.07º82.35%73.33%-
HSV(B)31.07º46.09%95.29%-
XYZ59.2657.0929.37-
YUV198.5389.89159.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.16%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 131 (51.56% from 255) = 23.27%
R=43.16%
G=33.57%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318913100.220.460.0531.0782.3573.33
HexF3BD830162E51f5249
Octal36327520302656537122111
Binary1111001110111101100000110101101011101011111110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BD83; }

 p { color: rgb(243,189,131); }

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

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

 a { background-color: rgb(243,189,131); }

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

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

 span { border-color: rgb(243,189,131); }

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