Html Css Color HEX #F69D14 Dark Tangerine

📋 copy color: '#F69D14'

red 246 ◦ green 157 ◦ blue 20

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

Shades of Dark Tangerine #F69D14

Tints of Dark Tangerine #F69D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.73%

R = 58.16%
G = 37.12%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F69D14 (or 0xF69D14) is known color: Dark Tangerine. HEX triplet: F6, 9D and 14. RGB value is (246,157,20). Sum of RGB (Red+Green+Blue) = 246+157+20=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69D14 is #0962EB. Grayscale: #A8A8A8. Windows color (decimal): -615148 or 1351158. OLE color: 1351158.

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

Color convert

RGB 246 157 20 -
CMYK 0 0.36 0.92 0.04
HSL 36.37º 0.93% 0.52% -
HSV(B) 36.37º 0.92% 0.96% -
XYZ 50.19 43.76 6.46 -
YUV 167.99 44.49 183.64 -
System Red Green Blue C M Y K H S L
Decimal 246 157 20 0 0.36 0.92 0.04 36.37 0.93 0.52
Hex F6 9D 14 0 24 5C 4 24 5D 34
Octal 366 235 24 0 44 134 4 44 135 64
Binary 11110110 10011101 10100 0 100100 1011100 100 100100 1011101 110100

Color Harmonies of #F69D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69D14

Black with #F69D14

Text Example


Text Example

White with #F69D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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