#F1BE8A

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

Shades of Corvette #F1BE8A

Tints of Corvette #F1BE8A

Color information

#F1BE8A (or 0xF1BE8A) is unknown color: approx Corvette. HEX triplet: F1, BE and 8A. RGB value is (241,190,138). Sum of RGB (Red+Green+Blue) = 241+190+138=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BE8A is #0E4175. Grayscale: #C7C7C7. Windows color (decimal): -934262 or 9092849. OLE color: 9092849.

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

Color convert

RGB241190138-
CMYK00.210.430.05
HSL30.29º78.63%74.31%-
HSV(B)30.29º42.74%94.51%-
XYZ59.2857.3631.99-
YUV199.3293.4157.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 138 (54.30% from 255) = 24.25%
R=42.36%
G=33.39%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119013800.210.430.0530.2978.6374.31
HexF1BE8A0152B51e4f4a
Octal36127621202553536117112
Binary1111000110111110100010100101011010111011111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BE8A; }

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

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

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

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

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

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

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

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