Html Css Color HEX #F0BD8C Corvette

📋 copy color: '#F0BD8C'

red 240 ◦ green 189 ◦ blue 140

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

Shades of Corvette #F0BD8C

Tints of Corvette #F0BD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.22%

 BLUE value IS 140 (55.08% from 255) = 24.6%

R = 42.18%
G = 33.22%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0BD8C (or 0xF0BD8C) is known color: Corvette. HEX triplet: F0, BD and 8C. RGB value is (240,189,140). Sum of RGB (Red+Green+Blue) = 240+189+140=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BD8C is #0F4273. Grayscale: #C6C6C6. Windows color (decimal): -1000052 or 9223664. OLE color: 9223664.

HSL color Cylindrical-coordinate representation of color #F0BD8C: hue angle of 29.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0BD8C is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 189 140 -
CMYK 0 0.21 0.42 0.06
HSL 29.4º 0.77% 0.75% -
HSV(B) 29.4º 0.42% 0.94% -
XYZ 58.87 56.81 32.67 -
YUV 198.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 240 189 140 0 0.21 0.42 0.06 29.4 0.77 0.75
Hex F0 BD 8C 0 15 2A 6 1D 4D 4B
Octal 360 275 214 0 25 52 6 35 115 113
Binary 11110000 10111101 10001100 0 10101 101010 110 11101 1001101 1001011

Color Harmonies of #F0BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BD8C

Black with #F0BD8C

Text Example


Text Example

White with #F0BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BD8C; }

 p { color: rgb(240,189,140); }

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

background-color css

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

 a { background-color: rgb(240,189,140); }

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

border-color css

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

 span { border-color: rgb(240,189,140); }

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