Html Css Color HEX #F1BC8C Corvette

📋 copy color: '#F1BC8C'

red 241 ◦ green 188 ◦ blue 140

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

Shades of Corvette #F1BC8C

Tints of Corvette #F1BC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.04%

 BLUE value IS 140 (55.08% from 255) = 24.6%

R = 42.36%
G = 33.04%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1BC8C (or 0xF1BC8C) is known color: Corvette. HEX triplet: F1, BC and 8C. RGB value is (241,188,140). Sum of RGB (Red+Green+Blue) = 241+188+140=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BC8C is #0E4373. Grayscale: #C6C6C6. Windows color (decimal): -934772 or 9223409. OLE color: 9223409.

HSL color Cylindrical-coordinate representation of color #F1BC8C: hue angle of 28.51º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1BC8C is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 188 140 -
CMYK 0 0.22 0.42 0.05
HSL 28.51º 0.78% 0.75% -
HSV(B) 28.51º 0.42% 0.95% -
XYZ 58.99 56.56 32.62 -
YUV 198.38 95.06 158.4 -
System Red Green Blue C M Y K H S L
Decimal 241 188 140 0 0.22 0.42 0.05 28.51 0.78 0.75
Hex F1 BC 8C 0 16 2A 5 1D 4E 4B
Octal 361 274 214 0 26 52 5 35 116 113
Binary 11110001 10111100 10001100 0 10110 101010 101 11101 1001110 1001011

Color Harmonies of #F1BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BC8C

Black with #F1BC8C

Text Example


Text Example

White with #F1BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BC8C; }

 p { color: rgb(241,188,140); }

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

background-color css

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

 a { background-color: rgb(241,188,140); }

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

border-color css

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

 span { border-color: rgb(241,188,140); }

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