Html Css Color HEX #F0BC8A Corvette

📋 copy color: '#F0BC8A'

red 240 ◦ green 188 ◦ blue 138

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

Shades of Corvette #F0BC8A

Tints of Corvette #F0BC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.38%

R = 42.4%
G = 33.22%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0BC8A (or 0xF0BC8A) is known color: Corvette. HEX triplet: F0, BC and 8A. RGB value is (240,188,138). Sum of RGB (Red+Green+Blue) = 240+188+138=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BC8A is #0F4375. Grayscale: #C6C6C6. Windows color (decimal): -1000310 or 9092336. OLE color: 9092336.

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

Color convert

RGB 240 188 138 -
CMYK 0 0.22 0.42 0.06
HSL 29.41º 0.77% 0.74% -
HSV(B) 29.41º 0.43% 0.94% -
XYZ 58.51 56.33 31.83 -
YUV 197.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 240 188 138 0 0.22 0.42 0.06 29.41 0.77 0.74
Hex F0 BC 8A 0 16 2A 6 1D 4D 4A
Octal 360 274 212 0 26 52 6 35 115 112
Binary 11110000 10111100 10001010 0 10110 101010 110 11101 1001101 1001010

Color Harmonies of #F0BC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BC8A

Black with #F0BC8A

Text Example


Text Example

White with #F0BC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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