#F1BF81

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

Shades of Corvette #F1BF81

Tints of Corvette #F1BF81

Color information

#F1BF81 (or 0xF1BF81) is unknown color: approx Corvette. HEX triplet: F1, BF and 81. RGB value is (241,191,129). Sum of RGB (Red+Green+Blue) = 241+191+129=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BF81 is #0E407E. Grayscale: #C7C7C7. Windows color (decimal): -934015 or 8503281. OLE color: 8503281.

HSL color Cylindrical-coordinate representation of color #F1BF81: hue angle of 33.21º degrees, saturation: 0.8, 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 #F1BF81 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241191129-
CMYK00.210.460.05
HSL33.21º80%72.55%-
HSV(B)33.21º46.47%94.51%-
XYZ58.8757.5528.77-
YUV198.8888.56158.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 129 (50.78% from 255) = 22.99%
R=42.96%
G=34.05%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119112900.210.460.0533.218072.55
HexF1BF810152E5215049
Octal36127720102556541120111
Binary11110001101111111000000101010110111010110000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BF81; }

 p { color: rgb(241,191,129); }

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

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

 a { background-color: rgb(241,191,129); }

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

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

 span { border-color: rgb(241,191,129); }

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