Html Css Color HEX #F1B981 Corvette

📋 copy color: '#F1B981'

red 241 ◦ green 185 ◦ blue 129

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

Shades of Corvette #F1B981

Tints of Corvette #F1B981

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.33%

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

R = 43.42%
G = 33.33%
B = 23.24%

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

#F1B981 (or 0xF1B981) is known color: Corvette. HEX triplet: F1, B9 and 81. RGB value is (241,185,129). Sum of RGB (Red+Green+Blue) = 241+185+129=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B981 is #0E467E. Grayscale: #C3C3C3. Windows color (decimal): -935551 or 8501745. OLE color: 8501745.

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

Color convert

RGB 241 185 129 -
CMYK 0 0.23 0.46 0.05
HSL 30º 0.8% 0.73% -
HSV(B) 30º 0.46% 0.95% -
XYZ 57.59 54.98 28.35 -
YUV 195.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 241 185 129 0 0.23 0.46 0.05 30 0.8 0.73
Hex F1 B9 81 0 17 2E 5 1E 50 49
Octal 361 271 201 0 27 56 5 36 120 111
Binary 11110001 10111001 10000001 0 10111 101110 101 11110 1010000 1001001

Color Harmonies of #F1B981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B981

Black with #F1B981

Text Example


Text Example

White with #F1B981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B981; }

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

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

background-color css

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

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

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

border-color css

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

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

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