Html Css Color HEX #F69F12 Dark Tangerine

📋 copy color: '#F69F12'

red 246 ◦ green 159 ◦ blue 18

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

Shades of Dark Tangerine #F69F12

Tints of Dark Tangerine #F69F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.26%

R = 58.16%
G = 37.59%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F69F12 (or 0xF69F12) is known color: Dark Tangerine. HEX triplet: F6, 9F and 12. RGB value is (246,159,18). Sum of RGB (Red+Green+Blue) = 246+159+18=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69F12 is #0960ED. Grayscale: #A9A9A9. Windows color (decimal): -614638 or 1220598. OLE color: 1220598.

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

Color convert

RGB 246 159 18 -
CMYK 0 0.35 0.93 0.04
HSL 37.11º 0.93% 0.52% -
HSV(B) 37.11º 0.93% 0.96% -
XYZ 50.51 44.43 6.49 -
YUV 168.94 42.82 182.96 -
System Red Green Blue C M Y K H S L
Decimal 246 159 18 0 0.35 0.93 0.04 37.11 0.93 0.52
Hex F6 9F 12 0 23 5D 4 25 5D 34
Octal 366 237 22 0 43 135 4 45 135 64
Binary 11110110 10011111 10010 0 100011 1011101 100 100101 1011101 110100

Color Harmonies of #F69F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69F12

Black with #F69F12

Text Example


Text Example

White with #F69F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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