Html Css Color HEX #F3BC80 Corvette

📋 copy color: '#F3BC80'

red 243 ◦ green 188 ◦ blue 128

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

Shades of Corvette #F3BC80

Tints of Corvette #F3BC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.9%

R = 43.47%
G = 33.63%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F3BC80 (or 0xF3BC80) is known color: Corvette. HEX triplet: F3, BC and 80. RGB value is (243,188,128). Sum of RGB (Red+Green+Blue) = 243+188+128=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BC80 is #0C437F. Grayscale: #C5C5C5. Windows color (decimal): -803712 or 8436979. OLE color: 8436979.

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

Color convert

RGB 243 188 128 -
CMYK 0 0.23 0.47 0.05
HSL 31.3º 0.83% 0.73% -
HSV(B) 31.3º 0.47% 0.95% -
XYZ 58.84 56.58 28.24 -
YUV 197.61 88.72 160.38 -
System Red Green Blue C M Y K H S L
Decimal 243 188 128 0 0.23 0.47 0.05 31.3 0.83 0.73
Hex F3 BC 80 0 17 2F 5 1F 53 49
Octal 363 274 200 0 27 57 5 37 123 111
Binary 11110011 10111100 10000000 0 10111 101111 101 11111 1010011 1001001

Color Harmonies of #F3BC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BC80

Black with #F3BC80

Text Example


Text Example

White with #F3BC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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