Html Css Color HEX #F0BA7F Corvette

📋 copy color: '#F0BA7F'

red 240 ◦ green 186 ◦ blue 127

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

Shades of Corvette #F0BA7F

Tints of Corvette #F0BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.97%

R = 43.4%
G = 33.63%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0BA7F (or 0xF0BA7F) is known color: Corvette. HEX triplet: F0, BA and 7F. RGB value is (240,186,127). Sum of RGB (Red+Green+Blue) = 240+186+127=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA7F is #0F4580. Grayscale: #C3C3C3. Windows color (decimal): -1000833 or 8370928. OLE color: 8370928.

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

Color convert

RGB 240 186 127 -
CMYK 0 0.22 0.47 0.06
HSL 31.33º 0.79% 0.72% -
HSV(B) 31.33º 0.47% 0.94% -
XYZ 57.32 55.18 27.71 -
YUV 195.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 240 186 127 0 0.22 0.47 0.06 31.33 0.79 0.72
Hex F0 BA 7F 0 16 2F 6 1F 4F 48
Octal 360 272 177 0 26 57 6 37 117 110
Binary 11110000 10111010 1111111 0 10110 101111 110 11111 1001111 1001000

Color Harmonies of #F0BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA7F

Black with #F0BA7F

Text Example


Text Example

White with #F0BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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