Html Css Color HEX #F0B685 Corvette

📋 copy color: '#F0B685'

red 240 ◦ green 182 ◦ blue 133

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

Shades of Corvette #F0B685

Tints of Corvette #F0B685

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.79%

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

R = 43.24%
G = 32.79%
B = 23.96%

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

#F0B685 (or 0xF0B685) is known color: Corvette. HEX triplet: F0, B6 and 85. RGB value is (240,182,133). Sum of RGB (Red+Green+Blue) = 240+182+133=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B685 is #0F497A. Grayscale: #C2C2C2. Windows color (decimal): -1001851 or 8763120. OLE color: 8763120.

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

Color convert

RGB 240 182 133 -
CMYK 0 0.24 0.45 0.06
HSL 27.48º 0.78% 0.73% -
HSV(B) 27.48º 0.45% 0.94% -
XYZ 56.9 53.67 29.55 -
YUV 193.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 240 182 133 0 0.24 0.45 0.06 27.48 0.78 0.73
Hex F0 B6 85 0 18 2D 6 1B 4E 49
Octal 360 266 205 0 30 55 6 33 116 111
Binary 11110000 10110110 10000101 0 11000 101101 110 11011 1001110 1001001

Color Harmonies of #F0B685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B685

Black with #F0B685

Text Example


Text Example

White with #F0B685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B685; }

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

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

background-color css

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

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

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

border-color css

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

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

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