#F0B77D

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

Shades of Corvette #F0B77D

Tints of Corvette #F0B77D

Color information

#F0B77D (or 0xF0B77D) is unknown color: approx Corvette. HEX triplet: F0, B7 and 7D. RGB value is (240,183,125). Sum of RGB (Red+Green+Blue) = 240+183+125=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B77D is #0F4882. Grayscale: #C1C1C1. Windows color (decimal): -1001603 or 8239088. OLE color: 8239088.

HSL color Cylindrical-coordinate representation of color #F0B77D: hue angle of 30.26º 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 #F0B77D is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB240183125-
CMYK00.240.480.06
HSL30.26º79.31%71.57%-
HSV(B)30.26º47.92%94.12%-
XYZ56.5753.8726.82-
YUV193.4389.38161.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.80%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 125 (49.22% from 255) = 22.81%
R=43.80%
G=33.39%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018312500.240.480.0630.2679.3171.57
HexF0B77D0183061e4f48
Octal36026717503060636117110
Binary111100001011011111111010110001100001101111010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B77D; }

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

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

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

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

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

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

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

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