Html Css Color HEX #F0BA7D Corvette

📋 copy color: '#F0BA7D'

red 240 ◦ green 186 ◦ blue 125

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

Shades of Corvette #F0BA7D

Tints of Corvette #F0BA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.69%

R = 43.56%
G = 33.76%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0BA7D (or 0xF0BA7D) is known color: Corvette. HEX triplet: F0, BA and 7D. RGB value is (240,186,125). Sum of RGB (Red+Green+Blue) = 240+186+125=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA7D is #0F4582. Grayscale: #C3C3C3. Windows color (decimal): -1000835 or 8239856. OLE color: 8239856.

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

Color convert

RGB 240 186 125 -
CMYK 0 0.22 0.48 0.06
HSL 31.83º 0.79% 0.72% -
HSV(B) 31.83º 0.48% 0.94% -
XYZ 57.2 55.12 27.03 -
YUV 195.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 240 186 125 0 0.22 0.48 0.06 31.83 0.79 0.72
Hex F0 BA 7D 0 16 30 6 20 4F 48
Octal 360 272 175 0 26 60 6 40 117 110
Binary 11110000 10111010 1111101 0 10110 110000 110 100000 1001111 1001000

Color Harmonies of #F0BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA7D

Black with #F0BA7D

Text Example


Text Example

White with #F0BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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