Html Css Color HEX #F69D0E Dark Tangerine

📋 copy color: '#F69D0E'

red 246 ◦ green 157 ◦ blue 14

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

Shades of Dark Tangerine #F69D0E

Tints of Dark Tangerine #F69D0E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.65%

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

R = 58.99%
G = 37.65%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F69D0E (or 0xF69D0E) is known color: Dark Tangerine. HEX triplet: F6, 9D and 0E. RGB value is (246,157,14). Sum of RGB (Red+Green+Blue) = 246+157+14=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69D0E is #0962F1. Grayscale: #A7A7A7. Windows color (decimal): -615154 or 957942. OLE color: 957942.

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

Color convert

RGB 246 157 14 -
CMYK 0 0.36 0.94 0.04
HSL 36.98º 0.93% 0.51% -
HSV(B) 36.98º 0.94% 0.96% -
XYZ 50.14 43.74 6.22 -
YUV 167.31 41.49 184.13 -
System Red Green Blue C M Y K H S L
Decimal 246 157 14 0 0.36 0.94 0.04 36.98 0.93 0.51
Hex F6 9D E 0 24 5E 4 25 5D 33
Octal 366 235 16 0 44 136 4 45 135 63
Binary 11110110 10011101 1110 0 100100 1011110 100 100101 1011101 110011

Color Harmonies of #F69D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69D0E

Black with #F69D0E

Text Example


Text Example

White with #F69D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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