Html Css Color HEX #F0B97A Corvette

📋 copy color: '#F0B97A'

red 240 ◦ green 185 ◦ blue 122

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

Shades of Corvette #F0B97A

Tints of Corvette #F0B97A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.82%

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

R = 43.88%
G = 33.82%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0B97A (or 0xF0B97A) is known color: Corvette. HEX triplet: F0, B9 and 7A. RGB value is (240,185,122). Sum of RGB (Red+Green+Blue) = 240+185+122=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B97A is #0F4685. Grayscale: #C2C2C2. Windows color (decimal): -1001094 or 8042992. OLE color: 8042992.

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

Color convert

RGB 240 185 122 -
CMYK 0 0.23 0.49 0.06
HSL 32.03º 0.8% 0.71% -
HSV(B) 32.03º 0.49% 0.94% -
XYZ 56.8 54.63 25.96 -
YUV 194.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 240 185 122 0 0.23 0.49 0.06 32.03 0.8 0.71
Hex F0 B9 7A 0 17 31 6 20 50 47
Octal 360 271 172 0 27 61 6 40 120 107
Binary 11110000 10111001 1111010 0 10111 110001 110 100000 1010000 1000111

Color Harmonies of #F0B97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B97A

Black with #F0B97A

Text Example


Text Example

White with #F0B97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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