Html Css Color HEX #F0BC7A Corvette

📋 copy color: '#F0BC7A'

red 240 ◦ green 188 ◦ blue 122

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

Shades of Corvette #F0BC7A

Tints of Corvette #F0BC7A

RGB

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

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

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

R = 43.64%
G = 34.18%
B = 22.18%

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

#F0BC7A (or 0xF0BC7A) is known color: Corvette. HEX triplet: F0, BC and 7A. RGB value is (240,188,122). Sum of RGB (Red+Green+Blue) = 240+188+122=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC7A is #0F4385. Grayscale: #C4C4C4. Windows color (decimal): -1000326 or 8043760. OLE color: 8043760.

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

Color convert

RGB 240 188 122 -
CMYK 0 0.22 0.49 0.06
HSL 33.56º 0.8% 0.71% -
HSV(B) 33.56º 0.49% 0.94% -
XYZ 57.43 55.9 26.17 -
YUV 196.02 86.23 159.37 -
System Red Green Blue C M Y K H S L
Decimal 240 188 122 0 0.22 0.49 0.06 33.56 0.8 0.71
Hex F0 BC 7A 0 16 31 6 22 50 47
Octal 360 274 172 0 26 61 6 42 120 107
Binary 11110000 10111100 1111010 0 10110 110001 110 100010 1010000 1000111

Color Harmonies of #F0BC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BC7A

Black with #F0BC7A

Text Example


Text Example

White with #F0BC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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