Html Css Color HEX #F1BA81 Corvette

📋 copy color: '#F1BA81'

red 241 ◦ green 186 ◦ blue 129

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

Shades of Corvette #F1BA81

Tints of Corvette #F1BA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.2%

R = 43.35%
G = 33.45%
B = 23.2%

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

#F1BA81 (or 0xF1BA81) is known color: Corvette. HEX triplet: F1, BA and 81. RGB value is (241,186,129). Sum of RGB (Red+Green+Blue) = 241+186+129=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA81 is #0E457E. Grayscale: #C4C4C4. Windows color (decimal): -935295 or 8502001. OLE color: 8502001.

HSL color Cylindrical-coordinate representation of color #F1BA81: hue angle of 30.54º 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 #F1BA81 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 186 129 -
CMYK 0 0.23 0.46 0.05
HSL 30.54º 0.8% 0.73% -
HSV(B) 30.54º 0.46% 0.95% -
XYZ 57.8 55.4 28.42 -
YUV 195.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 241 186 129 0 0.23 0.46 0.05 30.54 0.8 0.73
Hex F1 BA 81 0 17 2E 5 1F 50 49
Octal 361 272 201 0 27 56 5 37 120 111
Binary 11110001 10111010 10000001 0 10111 101110 101 11111 1010000 1001001

Color Harmonies of #F1BA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA81

Black with #F1BA81

Text Example


Text Example

White with #F1BA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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