Html Css Color HEX #F0BC86 Corvette

📋 copy color: '#F0BC86'

red 240 ◦ green 188 ◦ blue 134

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

Shades of Corvette #F0BC86

Tints of Corvette #F0BC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.45%

 BLUE value IS 134 (52.73% from 255) = 23.84%

R = 42.7%
G = 33.45%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F0BC86 (or 0xF0BC86) is known color: Corvette. HEX triplet: F0, BC and 86. RGB value is (240,188,134). Sum of RGB (Red+Green+Blue) = 240+188+134=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BC86 is #0F4379. Grayscale: #C5C5C5. Windows color (decimal): -1000314 or 8830192. OLE color: 8830192.

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

Color convert

RGB 240 188 134 -
CMYK 0 0.22 0.44 0.06
HSL 30.57º 0.78% 0.73% -
HSV(B) 30.57º 0.44% 0.94% -
XYZ 58.22 56.21 30.34 -
YUV 197.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 240 188 134 0 0.22 0.44 0.06 30.57 0.78 0.73
Hex F0 BC 86 0 16 2C 6 1F 4E 49
Octal 360 274 206 0 26 54 6 37 116 111
Binary 11110000 10111100 10000110 0 10110 101100 110 11111 1001110 1001001

Color Harmonies of #F0BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BC86

Black with #F0BC86

Text Example


Text Example

White with #F0BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BC86; }

 p { color: rgb(240,188,134); }

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

background-color css

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

 a { background-color: rgb(240,188,134); }

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

border-color css

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

 span { border-color: rgb(240,188,134); }

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