#F1B57F

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

Shades of Corvette #F1B57F

Tints of Corvette #F1B57F

Color information

#F1B57F (or 0xF1B57F) is unknown color: approx Corvette. HEX triplet: F1, B5 and 7F. RGB value is (241,181,127). Sum of RGB (Red+Green+Blue) = 241+181+127=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B57F is #0E4A80. Grayscale: #C1C1C1. Windows color (decimal): -936577 or 8369649. OLE color: 8369649.

HSL color Cylindrical-coordinate representation of color #F1B57F: hue angle of 28.42º 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 #F1B57F is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB241181127-
CMYK00.250.470.05
HSL28.42º80.28%72.16%-
HSV(B)28.42º47.3%94.51%-
XYZ56.6353.2827.38-
YUV192.7890.88162.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 127 (50% from 255) = 23.13%
R=43.90%
G=32.97%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118112700.250.470.0528.4280.2872.16
HexF1B57F0192F51c5048
Octal36126517703157534120110
Binary111100011011010111111110110011011111011110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B57F; }

 p { color: rgb(241,181,127); }

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

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

 a { background-color: rgb(241,181,127); }

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

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

 span { border-color: rgb(241,181,127); }

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