Html Css Color HEX #F2BE80 Corvette

📋 copy color: '#F2BE80'

red 242 ◦ green 190 ◦ blue 128

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

Shades of Corvette #F2BE80

Tints of Corvette #F2BE80

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.93%

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

R = 43.21%
G = 33.93%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2BE80 (or 0xF2BE80) is known color: Corvette. HEX triplet: F2, BE and 80. RGB value is (242,190,128). Sum of RGB (Red+Green+Blue) = 242+190+128=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BE80 is #0D417F. Grayscale: #C6C6C6. Windows color (decimal): -868736 or 8437490. OLE color: 8437490.

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

Color convert

RGB 242 190 128 -
CMYK 0 0.21 0.47 0.05
HSL 32.63º 0.81% 0.73% -
HSV(B) 32.63º 0.47% 0.95% -
XYZ 58.93 57.26 28.37 -
YUV 198.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 242 190 128 0 0.21 0.47 0.05 32.63 0.81 0.73
Hex F2 BE 80 0 15 2F 5 21 51 49
Octal 362 276 200 0 25 57 5 41 121 111
Binary 11110010 10111110 10000000 0 10101 101111 101 100001 1010001 1001001

Color Harmonies of #F2BE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BE80

Black with #F2BE80

Text Example


Text Example

White with #F2BE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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