Html Css Color HEX #F0B785 Corvette

📋 copy color: '#F0B785'

red 240 ◦ green 183 ◦ blue 133

#F0B785
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corvette #F0B785

Tints of Corvette #F0B785

RGB

 RED value IS 240 (94.14% from 255) = 43.17%

 GREEN value IS 183 (71.88% from 255) = 32.91%

 BLUE value IS 133 (52.34% from 255) = 23.92%

R = 43.17%
G = 32.91%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F0B785 (or 0xF0B785) is known color: Corvette. HEX triplet: F0, B7 and 85. RGB value is (240,183,133). Sum of RGB (Red+Green+Blue) = 240+183+133=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B785 is #0F487A. Grayscale: #C2C2C2. Windows color (decimal): -1001595 or 8763376. OLE color: 8763376.

HSL color Cylindrical-coordinate representation of color #F0B785: hue angle of 28.04º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0B785 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 183 133 -
CMYK 0 0.24 0.45 0.06
HSL 28.04º 0.78% 0.73% -
HSV(B) 28.04º 0.45% 0.94% -
XYZ 57.1 54.09 29.62 -
YUV 194.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 240 183 133 0 0.24 0.45 0.06 28.04 0.78 0.73
Hex F0 B7 85 0 18 2D 6 1C 4E 49
Octal 360 267 205 0 30 55 6 34 116 111
Binary 11110000 10110111 10000101 0 11000 101101 110 11100 1001110 1001001

Color Harmonies of #F0B785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B785

Black with #F0B785

Text Example


Text Example

White with #F0B785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B785; }

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

 H1.HeaderClassName
 {
   color: #F0B785;
 }
 .AnyTagClassName
 {
   color: #F0B785;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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