Html Css Color HEX #F2BA80 Corvette

📋 copy color: '#F2BA80'

red 242 ◦ green 186 ◦ blue 128

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

Shades of Corvette #F2BA80

Tints of Corvette #F2BA80

RGB

 RED value IS 242 (94.92% from 255) = 43.53%

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

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

R = 43.53%
G = 33.45%
B = 23.02%

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

#F2BA80 (or 0xF2BA80) is known color: Corvette. HEX triplet: F2, BA and 80. RGB value is (242,186,128). Sum of RGB (Red+Green+Blue) = 242+186+128=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BA80 is #0D457F. Grayscale: #C4C4C4. Windows color (decimal): -869760 or 8436466. OLE color: 8436466.

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

Color convert

RGB 242 186 128 -
CMYK 0 0.23 0.47 0.05
HSL 30.53º 0.81% 0.73% -
HSV(B) 30.53º 0.47% 0.95% -
XYZ 58.07 55.55 28.08 -
YUV 196.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 242 186 128 0 0.23 0.47 0.05 30.53 0.81 0.73
Hex F2 BA 80 0 17 2F 5 1F 51 49
Octal 362 272 200 0 27 57 5 37 121 111
Binary 11110010 10111010 10000000 0 10111 101111 101 11111 1010001 1001001

Color Harmonies of #F2BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA80

Black with #F2BA80

Text Example


Text Example

White with #F2BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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