#F5C184

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

Shades of Corvette #F5C184

Tints of Corvette #F5C184

Color information

#F5C184 (or 0xF5C184) is unknown color: approx Corvette. HEX triplet: F5, C1 and 84. RGB value is (245,193,132). Sum of RGB (Red+Green+Blue) = 245+193+132=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C184 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C184 is #0A3E7B. Grayscale: #C9C9C9. Windows color (decimal): -671356 or 8700405. OLE color: 8700405.

HSL color Cylindrical-coordinate representation of color #F5C184: hue angle of 32.39º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5C184 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB245193132-
CMYK00.210.460.04
HSL32.39º84.96%73.92%-
HSV(B)32.39º46.12%96.08%-
XYZ60.8959.2230.05-
YUV201.5988.73158.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.98%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 132 (51.95% from 255) = 23.16%
R=42.98%
G=33.86%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519313200.210.460.0432.3984.9673.92
HexF5C1840152E420554a
Octal36530120402556440125112
Binary11110101110000011000010001010110111010010000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C184; }

 p { color: rgb(245,193,132); }

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

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

 a { background-color: rgb(245,193,132); }

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

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

 span { border-color: rgb(245,193,132); }

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