Html Css Color HEX #FFA70D Dark Tangerine

📋 copy color: '#FFA70D'

red 255 ◦ green 167 ◦ blue 13

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

Shades of Dark Tangerine #FFA70D

Tints of Dark Tangerine #FFA70D

RGB

 RED value IS 255 (100% from 255) = 58.62%

 GREEN value IS 167 (65.63% from 255) = 38.39%

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

R = 58.62%
G = 38.39%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFA70D (or 0xFFA70D) is known color: Dark Tangerine. HEX triplet: FF, A7 and 0D. RGB value is (255,167,13). Sum of RGB (Red+Green+Blue) = 255+167+13=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA70D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA70D is #0058F2. Grayscale: #B0B0B0. Windows color (decimal): -22771 or 894975. OLE color: 894975.

HSL color Cylindrical-coordinate representation of color #FFA70D: hue angle of 38.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFA70D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 167 13 -
CMYK 0 0.35 0.95 0
HSL 38.18º 1% 0.53% -
HSV(B) 38.18º 0.95% 1% -
XYZ 55.13 48.93 6.92 -
YUV 175.76 36.15 184.52 -
System Red Green Blue C M Y K H S L
Decimal 255 167 13 0 0.35 0.95 0 38.18 1 0.53
Hex FF A7 D 0 23 5F 0 26 64 35
Octal 377 247 15 0 43 137 0 46 144 65
Binary 11111111 10100111 1101 0 100011 1011111 0 100110 1100100 110101

Color Harmonies of #FFA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA70D

Black with #FFA70D

Text Example


Text Example

White with #FFA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA70D; }

 p { color: rgb(255,167,13); }

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

background-color css

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

 a { background-color: rgb(255,167,13); }

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

border-color css

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

 span { border-color: rgb(255,167,13); }

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