Html Css Color HEX #F69B7E Vivid Tangerine

📋 copy color: '#F69B7E'

red 246 ◦ green 155 ◦ blue 126

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

Shades of Vivid Tangerine #F69B7E

Tints of Vivid Tangerine #F69B7E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.41%

 BLUE value IS 126 (49.61% from 255) = 23.91%

R = 46.68%
G = 29.41%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F69B7E (or 0xF69B7E) is known color: Vivid Tangerine. HEX triplet: F6, 9B and 7E. RGB value is (246,155,126). Sum of RGB (Red+Green+Blue) = 246+155+126=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B7E is #096481. Grayscale: #B3B3B3. Windows color (decimal): -615554 or 8297462. OLE color: 8297462.

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

Color convert

RGB 246 155 126 -
CMYK 0 0.37 0.49 0.04
HSL 14.5º 0.87% 0.73% -
HSV(B) 14.5º 0.49% 0.96% -
XYZ 53.49 44.54 25.52 -
YUV 178.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 246 155 126 0 0.37 0.49 0.04 14.5 0.87 0.73
Hex F6 9B 7E 0 25 31 4 E 57 49
Octal 366 233 176 0 45 61 4 16 127 111
Binary 11110110 10011011 1111110 0 100101 110001 100 1110 1010111 1001001

Color Harmonies of #F69B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69B7E

Black with #F69B7E

Text Example


Text Example

White with #F69B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69B7E; }

 p { color: rgb(246,155,126); }

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

background-color css

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

 a { background-color: rgb(246,155,126); }

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

border-color css

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

 span { border-color: rgb(246,155,126); }

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