#F1BE7E

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

Shades of Corvette #F1BE7E

Tints of Corvette #F1BE7E

Color information

#F1BE7E (or 0xF1BE7E) is unknown color: approx Corvette. HEX triplet: F1, BE and 7E. RGB value is (241,190,126). Sum of RGB (Red+Green+Blue) = 241+190+126=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BE7E is #0E4181. Grayscale: #C6C6C6. Windows color (decimal): -934274 or 8306417. OLE color: 8306417.

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

Color convert

RGB241190126-
CMYK00.210.480.05
HSL33.39º80.42%71.96%-
HSV(B)33.39º47.72%94.51%-
XYZ58.4557.0327.67-
YUV197.9587.4158.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.27%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 126 (49.61% from 255) = 22.62%
R=43.27%
G=34.11%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119012600.210.480.0533.3980.4271.96
HexF1BE7E015305215048
Octal36127617602560541120110
Binary1111000110111110111111001010111000010110000110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BE7E; }

 p { color: rgb(241,190,126); }

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

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

 a { background-color: rgb(241,190,126); }

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

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

 span { border-color: rgb(241,190,126); }

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