Html Css Color HEX #F1BA83 Corvette

📋 copy color: '#F1BA83'

red 241 ◦ green 186 ◦ blue 131

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

Shades of Corvette #F1BA83

Tints of Corvette #F1BA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.48%

R = 43.19%
G = 33.33%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F1BA83 (or 0xF1BA83) is known color: Corvette. HEX triplet: F1, BA and 83. RGB value is (241,186,131). Sum of RGB (Red+Green+Blue) = 241+186+131=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA83 is #0E457C. Grayscale: #C4C4C4. Windows color (decimal): -935293 or 8633073. OLE color: 8633073.

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

Color convert

RGB 241 186 131 -
CMYK 0 0.23 0.46 0.05
HSL 30º 0.8% 0.73% -
HSV(B) 30º 0.46% 0.95% -
XYZ 57.93 55.46 29.12 -
YUV 196.18 91.22 159.97 -
System Red Green Blue C M Y K H S L
Decimal 241 186 131 0 0.23 0.46 0.05 30 0.8 0.73
Hex F1 BA 83 0 17 2E 5 1E 50 49
Octal 361 272 203 0 27 56 5 36 120 111
Binary 11110001 10111010 10000011 0 10111 101110 101 11110 1010000 1001001

Color Harmonies of #F1BA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA83

Black with #F1BA83

Text Example


Text Example

White with #F1BA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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