#F0B57D

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

Shades of Corvette #F0B57D

Tints of Corvette #F0B57D

Color information

#F0B57D (or 0xF0B57D) is unknown color: approx Corvette. HEX triplet: F0, B5 and 7D. RGB value is (240,181,125). Sum of RGB (Red+Green+Blue) = 240+181+125=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B57D is #0F4A82. Grayscale: #C0C0C0. Windows color (decimal): -1002115 or 8238576. OLE color: 8238576.

HSL color Cylindrical-coordinate representation of color #F0B57D: hue angle of 29.22º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0B57D is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB240181125-
CMYK00.250.480.06
HSL29.22º79.31%71.57%-
HSV(B)29.22º47.92%94.12%-
XYZ56.1653.0526.68-
YUV192.2690.05162.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.96%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 125 (49.22% from 255) = 22.89%
R=43.96%
G=33.15%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018112500.250.480.0629.2279.3171.57
HexF0B57D0193061d4f48
Octal36026517503160635117110
Binary111100001011010111111010110011100001101110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B57D; }

 p { color: rgb(240,181,125); }

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

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

 a { background-color: rgb(240,181,125); }

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

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

 span { border-color: rgb(240,181,125); }

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