#F1BD80

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

Shades of Corvette #F1BD80

Tints of Corvette #F1BD80

Color information

#F1BD80 (or 0xF1BD80) is unknown color: approx Corvette. HEX triplet: F1, BD and 80. RGB value is (241,189,128). Sum of RGB (Red+Green+Blue) = 241+189+128=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BD80 is #0E427F. Grayscale: #C5C5C5. Windows color (decimal): -934528 or 8437233. OLE color: 8437233.

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

Color convert

RGB241189128-
CMYK00.220.470.05
HSL32.39º80.14%72.35%-
HSV(B)32.39º46.89%94.51%-
XYZ58.3756.6528.28-
YUV197.5988.73158.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 128 (50.39% from 255) = 22.94%
R=43.19%
G=33.87%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118912800.220.470.0532.3980.1472.35
HexF1BD800162F5205048
Octal36127520002657540120110
Binary11110001101111011000000001011010111110110000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BD80; }

 p { color: rgb(241,189,128); }

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

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

 a { background-color: rgb(241,189,128); }

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

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

 span { border-color: rgb(241,189,128); }

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