Html Css Color HEX #F69982 Vivid Tangerine

📋 copy color: '#F69982'

red 246 ◦ green 153 ◦ blue 130

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

Shades of Vivid Tangerine #F69982

Tints of Vivid Tangerine #F69982

RGB

 RED value IS 246 (96.48% from 255) = 46.5%

 GREEN value IS 153 (60.16% from 255) = 28.92%

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

R = 46.5%
G = 28.92%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F69982 (or 0xF69982) is known color: Vivid Tangerine. HEX triplet: F6, 99 and 82. RGB value is (246,153,130). Sum of RGB (Red+Green+Blue) = 246+153+130=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F69982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69982 is #09667D. Grayscale: #B2B2B2. Windows color (decimal): -616062 or 8559094. OLE color: 8559094.

HSL color Cylindrical-coordinate representation of color #F69982: hue angle of 11.9º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F69982 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 153 130 -
CMYK 0 0.38 0.47 0.04
HSL 11.9º 0.87% 0.74% -
HSV(B) 11.9º 0.47% 0.96% -
XYZ 53.43 43.99 26.79 -
YUV 178.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 246 153 130 0 0.38 0.47 0.04 11.9 0.87 0.74
Hex F6 99 82 0 26 2F 4 C 57 4A
Octal 366 231 202 0 46 57 4 14 127 112
Binary 11110110 10011001 10000010 0 100110 101111 100 1100 1010111 1001010

Color Harmonies of #F69982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69982

Black with #F69982

Text Example


Text Example

White with #F69982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69982; }

 p { color: rgb(246,153,130); }

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

background-color css

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

 a { background-color: rgb(246,153,130); }

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

border-color css

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

 span { border-color: rgb(246,153,130); }

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