Html Css Color HEX #F3BC8C Corvette

📋 copy color: '#F3BC8C'

red 243 ◦ green 188 ◦ blue 140

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

Shades of Corvette #F3BC8C

Tints of Corvette #F3BC8C

RGB

 RED value IS 243 (95.31% from 255) = 42.56%

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

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

R = 42.56%
G = 32.92%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F3BC8C (or 0xF3BC8C) is known color: Corvette. HEX triplet: F3, BC and 8C. RGB value is (243,188,140). Sum of RGB (Red+Green+Blue) = 243+188+140=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BC8C is #0C4373. Grayscale: #C7C7C7. Windows color (decimal): -803700 or 9223411. OLE color: 9223411.

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

Color convert

RGB 243 188 140 -
CMYK 0 0.23 0.42 0.05
HSL 27.96º 0.81% 0.75% -
HSV(B) 27.96º 0.42% 0.95% -
XYZ 59.68 56.91 32.65 -
YUV 198.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 243 188 140 0 0.23 0.42 0.05 27.96 0.81 0.75
Hex F3 BC 8C 0 17 2A 5 1C 51 4B
Octal 363 274 214 0 27 52 5 34 121 113
Binary 11110011 10111100 10001100 0 10111 101010 101 11100 1010001 1001011

Color Harmonies of #F3BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BC8C

Black with #F3BC8C

Text Example


Text Example

White with #F3BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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