Html Css Color HEX #F1BA84 Corvette

📋 copy color: '#F1BA84'

red 241 ◦ green 186 ◦ blue 132

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

Shades of Corvette #F1BA84

Tints of Corvette #F1BA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.61%

R = 43.11%
G = 33.27%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F1BA84 (or 0xF1BA84) is known color: Corvette. HEX triplet: F1, BA and 84. RGB value is (241,186,132). Sum of RGB (Red+Green+Blue) = 241+186+132=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA84 is #0E457B. Grayscale: #C4C4C4. Windows color (decimal): -935292 or 8698609. OLE color: 8698609.

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

Color convert

RGB 241 186 132 -
CMYK 0 0.23 0.45 0.05
HSL 29.72º 0.8% 0.73% -
HSV(B) 29.72º 0.45% 0.95% -
XYZ 58 55.48 29.48 -
YUV 196.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 241 186 132 0 0.23 0.45 0.05 29.72 0.8 0.73
Hex F1 BA 84 0 17 2D 5 1E 50 49
Octal 361 272 204 0 27 55 5 36 120 111
Binary 11110001 10111010 10000100 0 10111 101101 101 11110 1010000 1001001

Color Harmonies of #F1BA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA84

Black with #F1BA84

Text Example


Text Example

White with #F1BA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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