Html Css Color HEX #FFA70E Dark Tangerine

📋 copy color: '#FFA70E'

red 255 ◦ green 167 ◦ blue 14

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

Shades of Dark Tangerine #FFA70E

Tints of Dark Tangerine #FFA70E

RGB

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

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

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

R = 58.49%
G = 38.3%
B = 3.21%

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

#FFA70E (or 0xFFA70E) is known color: Dark Tangerine. HEX triplet: FF, A7 and 0E. RGB value is (255,167,14). Sum of RGB (Red+Green+Blue) = 255+167+14=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA70E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA70E is #0058F1. Grayscale: #B0B0B0. Windows color (decimal): -22770 or 960511. OLE color: 960511.

HSL color Cylindrical-coordinate representation of color #FFA70E: hue angle of 38.09º 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 #FFA70E is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 167 14 -
CMYK 0 0.35 0.95 0
HSL 38.09º 1% 0.53% -
HSV(B) 38.09º 0.95% 1% -
XYZ 55.14 48.93 6.95 -
YUV 175.87 36.65 184.44 -
System Red Green Blue C M Y K H S L
Decimal 255 167 14 0 0.35 0.95 0 38.09 1 0.53
Hex FF A7 E 0 23 5F 0 26 64 35
Octal 377 247 16 0 43 137 0 46 144 65
Binary 11111111 10100111 1110 0 100011 1011111 0 100110 1100100 110101

Color Harmonies of #FFA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA70E

Black with #FFA70E

Text Example


Text Example

White with #FFA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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