Html Css Color HEX #F1BA8A Corvette

📋 copy color: '#F1BA8A'

red 241 ◦ green 186 ◦ blue 138

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

Shades of Corvette #F1BA8A

Tints of Corvette #F1BA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.42%

R = 42.65%
G = 32.92%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1BA8A (or 0xF1BA8A) is known color: Corvette. HEX triplet: F1, BA and 8A. RGB value is (241,186,138). Sum of RGB (Red+Green+Blue) = 241+186+138=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA8A is #0E4575. Grayscale: #C5C5C5. Windows color (decimal): -935286 or 9091825. OLE color: 9091825.

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

Color convert

RGB 241 186 138 -
CMYK 0 0.23 0.43 0.05
HSL 27.96º 0.79% 0.74% -
HSV(B) 27.96º 0.43% 0.95% -
XYZ 58.42 55.65 31.71 -
YUV 196.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 241 186 138 0 0.23 0.43 0.05 27.96 0.79 0.74
Hex F1 BA 8A 0 17 2B 5 1C 4F 4A
Octal 361 272 212 0 27 53 5 34 117 112
Binary 11110001 10111010 10001010 0 10111 101011 101 11100 1001111 1001010

Color Harmonies of #F1BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA8A

Black with #F1BA8A

Text Example


Text Example

White with #F1BA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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