Html Css Color HEX #F2BA82 Corvette

📋 copy color: '#F2BA82'

red 242 ◦ green 186 ◦ blue 130

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

Shades of Corvette #F2BA82

Tints of Corvette #F2BA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.3%

R = 43.37%
G = 33.33%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F2BA82 (or 0xF2BA82) is known color: Corvette. HEX triplet: F2, BA and 82. RGB value is (242,186,130). Sum of RGB (Red+Green+Blue) = 242+186+130=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BA82 is #0D457D. Grayscale: #C4C4C4. Windows color (decimal): -869758 or 8567538. OLE color: 8567538.

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

Color convert

RGB 242 186 130 -
CMYK 0 0.23 0.46 0.05
HSL 30º 0.81% 0.73% -
HSV(B) 30º 0.46% 0.95% -
XYZ 58.21 55.61 28.78 -
YUV 196.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 242 186 130 0 0.23 0.46 0.05 30 0.81 0.73
Hex F2 BA 82 0 17 2E 5 1E 51 49
Octal 362 272 202 0 27 56 5 36 121 111
Binary 11110010 10111010 10000010 0 10111 101110 101 11110 1010001 1001001

Color Harmonies of #F2BA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA82

Black with #F2BA82

Text Example


Text Example

White with #F2BA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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