Html Css Color HEX #F0BA7A Corvette

📋 copy color: '#F0BA7A'

red 240 ◦ green 186 ◦ blue 122

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

Shades of Corvette #F0BA7A

Tints of Corvette #F0BA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.26%

R = 43.8%
G = 33.94%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0BA7A (or 0xF0BA7A) is known color: Corvette. HEX triplet: F0, BA and 7A. RGB value is (240,186,122). Sum of RGB (Red+Green+Blue) = 240+186+122=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 122 (48.05% from 255 or 22.26% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA7A is #0F4585. Grayscale: #C3C3C3. Windows color (decimal): -1000838 or 8043248. OLE color: 8043248.

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

Color convert

RGB 240 186 122 -
CMYK 0 0.22 0.49 0.06
HSL 32.54º 0.8% 0.71% -
HSV(B) 32.54º 0.49% 0.94% -
XYZ 57.01 55.05 26.03 -
YUV 194.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 240 186 122 0 0.22 0.49 0.06 32.54 0.8 0.71
Hex F0 BA 7A 0 16 31 6 21 50 47
Octal 360 272 172 0 26 61 6 41 120 107
Binary 11110000 10111010 1111010 0 10110 110001 110 100001 1010000 1000111

Color Harmonies of #F0BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA7A

Black with #F0BA7A

Text Example


Text Example

White with #F0BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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