Html Css Color HEX #F69F0E Dark Tangerine

📋 copy color: '#F69F0E'

red 246 ◦ green 159 ◦ blue 14

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

Shades of Dark Tangerine #F69F0E

Tints of Dark Tangerine #F69F0E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

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

R = 58.71%
G = 37.95%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F69F0E (or 0xF69F0E) is known color: Dark Tangerine. HEX triplet: F6, 9F and 0E. RGB value is (246,159,14). Sum of RGB (Red+Green+Blue) = 246+159+14=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69F0E is #0960F1. Grayscale: #A9A9A9. Windows color (decimal): -614642 or 958454. OLE color: 958454.

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

Color convert

RGB 246 159 14 -
CMYK 0 0.35 0.94 0.04
HSL 37.5º 0.93% 0.51% -
HSV(B) 37.5º 0.94% 0.96% -
XYZ 50.48 44.42 6.33 -
YUV 168.48 40.82 183.29 -
System Red Green Blue C M Y K H S L
Decimal 246 159 14 0 0.35 0.94 0.04 37.5 0.93 0.51
Hex F6 9F E 0 23 5E 4 26 5D 33
Octal 366 237 16 0 43 136 4 46 135 63
Binary 11110110 10011111 1110 0 100011 1011110 100 100110 1011101 110011

Color Harmonies of #F69F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69F0E

Black with #F69F0E

Text Example


Text Example

White with #F69F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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