Html Css Color HEX #F7AF0E Dark Tangerine

📋 copy color: '#F7AF0E'

red 247 ◦ green 175 ◦ blue 14

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

Shades of Dark Tangerine #F7AF0E

Tints of Dark Tangerine #F7AF0E

RGB

 RED value IS 247 (96.88% from 255) = 56.65%

 GREEN value IS 175 (68.75% from 255) = 40.14%

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

R = 56.65%
G = 40.14%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7AF0E (or 0xF7AF0E) is known color: Dark Tangerine. HEX triplet: F7, AF and 0E. RGB value is (247,175,14). Sum of RGB (Red+Green+Blue) = 247+175+14=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AF0E is #0850F1. Grayscale: #B2B2B2. Windows color (decimal): -545010 or 962551. OLE color: 962551.

HSL color Cylindrical-coordinate representation of color #F7AF0E: hue angle of 41.46º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7AF0E is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 175 14 -
CMYK 0 0.29 0.94 0.03
HSL 41.46º 0.94% 0.51% -
HSV(B) 41.46º 0.94% 0.97% -
XYZ 53.77 50.47 7.32 -
YUV 178.17 35.35 177.09 -
System Red Green Blue C M Y K H S L
Decimal 247 175 14 0 0.29 0.94 0.03 41.46 0.94 0.51
Hex F7 AF E 0 1D 5E 3 29 5E 33
Octal 367 257 16 0 35 136 3 51 136 63
Binary 11110111 10101111 1110 0 11101 1011110 11 101001 1011110 110011

Color Harmonies of #F7AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF0E

Black with #F7AF0E

Text Example


Text Example

White with #F7AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF0E; }

 p { color: rgb(247,175,14); }

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

background-color css

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

 a { background-color: rgb(247,175,14); }

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

border-color css

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

 span { border-color: rgb(247,175,14); }

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