Html Css Color HEX #F69B0E Dark Tangerine

📋 copy color: '#F69B0E'

red 246 ◦ green 155 ◦ blue 14

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

Shades of Dark Tangerine #F69B0E

Tints of Dark Tangerine #F69B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.37%

R = 59.28%
G = 37.35%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F69B0E (or 0xF69B0E) is known color: Dark Tangerine. HEX triplet: F6, 9B and 0E. RGB value is (246,155,14). Sum of RGB (Red+Green+Blue) = 246+155+14=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69B0E is #0964F1. Grayscale: #A6A6A6. Windows color (decimal): -615666 or 957430. OLE color: 957430.

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

Color convert

RGB 246 155 14 -
CMYK 0 0.37 0.94 0.04
HSL 36.47º 0.93% 0.51% -
HSV(B) 36.47º 0.94% 0.96% -
XYZ 49.81 43.07 6.1 -
YUV 166.14 42.15 184.96 -
System Red Green Blue C M Y K H S L
Decimal 246 155 14 0 0.37 0.94 0.04 36.47 0.93 0.51
Hex F6 9B E 0 25 5E 4 24 5D 33
Octal 366 233 16 0 45 136 4 44 135 63
Binary 11110110 10011011 1110 0 100101 1011110 100 100100 1011101 110011

Color Harmonies of #F69B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69B0E

Black with #F69B0E

Text Example


Text Example

White with #F69B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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