Html Css Color HEX #F1BA7A Corvette

📋 copy color: '#F1BA7A'

red 241 ◦ green 186 ◦ blue 122

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

Shades of Corvette #F1BA7A

Tints of Corvette #F1BA7A

RGB

 RED value IS 241 (94.53% from 255) = 43.9%

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

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

R = 43.9%
G = 33.88%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1BA7A (or 0xF1BA7A) is known color: Corvette. HEX triplet: F1, BA and 7A. RGB value is (241,186,122). Sum of RGB (Red+Green+Blue) = 241+186+122=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA7A is #0E4585. Grayscale: #C3C3C3. Windows color (decimal): -935302 or 8043249. OLE color: 8043249.

HSL color Cylindrical-coordinate representation of color #F1BA7A: hue angle of 32.27º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1BA7A is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 186 122 -
CMYK 0 0.23 0.49 0.05
HSL 32.27º 0.81% 0.71% -
HSV(B) 32.27º 0.49% 0.95% -
XYZ 57.35 55.22 26.05 -
YUV 195.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 241 186 122 0 0.23 0.49 0.05 32.27 0.81 0.71
Hex F1 BA 7A 0 17 31 5 20 51 47
Octal 361 272 172 0 27 61 5 40 121 107
Binary 11110001 10111010 1111010 0 10111 110001 101 100000 1010001 1000111

Color Harmonies of #F1BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA7A

Black with #F1BA7A

Text Example


Text Example

White with #F1BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA7A; }

 p { color: rgb(241,186,122); }

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

background-color css

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

 a { background-color: rgb(241,186,122); }

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

border-color css

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

 span { border-color: rgb(241,186,122); }

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