#F1C284

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

Shades of Corvette #F1C284

Tints of Corvette #F1C284

Color information

#F1C284 (or 0xF1C284) is unknown color: approx Corvette. HEX triplet: F1, C2 and 84. RGB value is (241,194,132). Sum of RGB (Red+Green+Blue) = 241+194+132=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C284 is #0E3D7B. Grayscale: #C9C9C9. Windows color (decimal): -933244 or 8700657. OLE color: 8700657.

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

Color convert

RGB241194132-
CMYK00.200.450.05
HSL34.13º79.56%73.14%-
HSV(B)34.13º45.23%94.51%-
XYZ59.7358.9530.06-
YUV200.9889.07156.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 132 (51.95% from 255) = 23.28%
R=42.50%
G=34.22%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119413200.200.450.0534.1379.5673.14
HexF1C2840142D5225049
Octal36130220402455542120111
Binary11110001110000101000010001010010110110110001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C284; }

 p { color: rgb(241,194,132); }

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

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

 a { background-color: rgb(241,194,132); }

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

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

 span { border-color: rgb(241,194,132); }

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