Html Css Color HEX #F0BF7A Corvette

📋 copy color: '#F0BF7A'

red 240 ◦ green 191 ◦ blue 122

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

Shades of Corvette #F0BF7A

Tints of Corvette #F0BF7A

RGB

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

 GREEN value IS 191 (75% from 255) = 34.54%

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

R = 43.4%
G = 34.54%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0BF7A (or 0xF0BF7A) is known color: Corvette. HEX triplet: F0, BF and 7A. RGB value is (240,191,122). Sum of RGB (Red+Green+Blue) = 240+191+122=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF7A is #0F4085. Grayscale: #C6C6C6. Windows color (decimal): -999558 or 8044528. OLE color: 8044528.

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

Color convert

RGB 240 191 122 -
CMYK 0 0.20 0.49 0.06
HSL 35.08º 0.8% 0.71% -
HSV(B) 35.08º 0.49% 0.94% -
XYZ 58.08 57.19 26.39 -
YUV 197.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 240 191 122 0 0.20 0.49 0.06 35.08 0.8 0.71
Hex F0 BF 7A 0 14 31 6 23 50 47
Octal 360 277 172 0 24 61 6 43 120 107
Binary 11110000 10111111 1111010 0 10100 110001 110 100011 1010000 1000111

Color Harmonies of #F0BF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BF7A

Black with #F0BF7A

Text Example


Text Example

White with #F0BF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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