Html Css Color HEX #F7A40D Dark Tangerine

📋 copy color: '#F7A40D'

red 247 ◦ green 164 ◦ blue 13

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

Shades of Dark Tangerine #F7A40D

Tints of Dark Tangerine #F7A40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.68%

 BLUE value IS 13 (5.47% from 255) = 3.07%

R = 58.25%
G = 38.68%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7A40D (or 0xF7A40D) is known color: Dark Tangerine. HEX triplet: F7, A4 and 0D. RGB value is (247,164,13). Sum of RGB (Red+Green+Blue) = 247+164+13=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A40D is #085BF2. Grayscale: #ACACAC. Windows color (decimal): -547827 or 894199. OLE color: 894199.

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

Color convert

RGB 247 164 13 -
CMYK 0 0.34 0.95 0.03
HSL 38.72º 0.94% 0.51% -
HSV(B) 38.72º 0.95% 0.97% -
XYZ 51.71 46.35 6.6 -
YUV 171.6 38.5 181.78 -
System Red Green Blue C M Y K H S L
Decimal 247 164 13 0 0.34 0.95 0.03 38.72 0.94 0.51
Hex F7 A4 D 0 22 5F 3 27 5E 33
Octal 367 244 15 0 42 137 3 47 136 63
Binary 11110111 10100100 1101 0 100010 1011111 11 100111 1011110 110011

Color Harmonies of #F7A40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A40D

Black with #F7A40D

Text Example


Text Example

White with #F7A40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A40D; }

 p { color: rgb(247,164,13); }

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

background-color css

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

 a { background-color: rgb(247,164,13); }

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

border-color css

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

 span { border-color: rgb(247,164,13); }

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