Html Css Color HEX #F69B7D Vivid Tangerine

📋 copy color: '#F69B7D'

red 246 ◦ green 155 ◦ blue 125

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

Shades of Vivid Tangerine #F69B7D

Tints of Vivid Tangerine #F69B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.76%

R = 46.77%
G = 29.47%
B = 23.76%

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

#F69B7D (or 0xF69B7D) is known color: Vivid Tangerine. HEX triplet: F6, 9B and 7D. RGB value is (246,155,125). Sum of RGB (Red+Green+Blue) = 246+155+125=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B7D is #096482. Grayscale: #B3B3B3. Windows color (decimal): -615555 or 8231926. OLE color: 8231926.

HSL color Cylindrical-coordinate representation of color #F69B7D: hue angle of 14.88º 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 #F69B7D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 155 125 -
CMYK 0 0.37 0.49 0.04
HSL 14.88º 0.87% 0.73% -
HSV(B) 14.88º 0.49% 0.96% -
XYZ 53.43 44.52 25.18 -
YUV 178.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 246 155 125 0 0.37 0.49 0.04 14.88 0.87 0.73
Hex F6 9B 7D 0 25 31 4 F 57 49
Octal 366 233 175 0 45 61 4 17 127 111
Binary 11110110 10011011 1111101 0 100101 110001 100 1111 1010111 1001001

Color Harmonies of #F69B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69B7D

Black with #F69B7D

Text Example


Text Example

White with #F69B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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