Html Css Color HEX #F3BA80 Corvette

📋 copy color: '#F3BA80'

red 243 ◦ green 186 ◦ blue 128

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

Shades of Corvette #F3BA80

Tints of Corvette #F3BA80

RGB

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

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

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

R = 43.63%
G = 33.39%
B = 22.98%

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

#F3BA80 (or 0xF3BA80) is known color: Corvette. HEX triplet: F3, BA and 80. RGB value is (243,186,128). Sum of RGB (Red+Green+Blue) = 243+186+128=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BA80 is #0C457F. Grayscale: #C4C4C4. Windows color (decimal): -804224 or 8436467. OLE color: 8436467.

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

Color convert

RGB 243 186 128 -
CMYK 0 0.23 0.47 0.05
HSL 30.26º 0.83% 0.73% -
HSV(B) 30.26º 0.47% 0.95% -
XYZ 58.42 55.73 28.1 -
YUV 196.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 243 186 128 0 0.23 0.47 0.05 30.26 0.83 0.73
Hex F3 BA 80 0 17 2F 5 1E 53 49
Octal 363 272 200 0 27 57 5 36 123 111
Binary 11110011 10111010 10000000 0 10111 101111 101 11110 1010011 1001001

Color Harmonies of #F3BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BA80

Black with #F3BA80

Text Example


Text Example

White with #F3BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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