Html Css Color HEX #F0BA87 Corvette

📋 copy color: '#F0BA87'

red 240 ◦ green 186 ◦ blue 135

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

Shades of Corvette #F0BA87

Tints of Corvette #F0BA87

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.16%

 BLUE value IS 135 (53.13% from 255) = 24.06%

R = 42.78%
G = 33.16%
B = 24.06%

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

#F0BA87 (or 0xF0BA87) is known color: Corvette. HEX triplet: F0, BA and 87. RGB value is (240,186,135). Sum of RGB (Red+Green+Blue) = 240+186+135=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BA87 is #0F4578. Grayscale: #C4C4C4. Windows color (decimal): -1000825 or 8895216. OLE color: 8895216.

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

Color convert

RGB 240 186 135 -
CMYK 0 0.22 0.44 0.06
HSL 29.14º 0.78% 0.74% -
HSV(B) 29.14º 0.44% 0.94% -
XYZ 57.87 55.39 30.56 -
YUV 196.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 240 186 135 0 0.22 0.44 0.06 29.14 0.78 0.74
Hex F0 BA 87 0 16 2C 6 1D 4E 4A
Octal 360 272 207 0 26 54 6 35 116 112
Binary 11110000 10111010 10000111 0 10110 101100 110 11101 1001110 1001010

Color Harmonies of #F0BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA87

Black with #F0BA87

Text Example


Text Example

White with #F0BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA87; }

 p { color: rgb(240,186,135); }

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

background-color css

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

 a { background-color: rgb(240,186,135); }

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

border-color css

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

 span { border-color: rgb(240,186,135); }

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