Html Css Color HEX #FFA40E Dark Tangerine

📋 copy color: '#FFA40E'

red 255 ◦ green 164 ◦ blue 14

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

Shades of Dark Tangerine #FFA40E

Tints of Dark Tangerine #FFA40E

RGB

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

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

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

R = 58.89%
G = 37.88%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFA40E (or 0xFFA40E) is known color: Dark Tangerine. HEX triplet: FF, A4 and 0E. RGB value is (255,164,14). Sum of RGB (Red+Green+Blue) = 255+164+14=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA40E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA40E is #005BF1. Grayscale: #AEAEAE. Windows color (decimal): -23538 or 959743. OLE color: 959743.

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

Color convert

RGB 255 164 14 -
CMYK 0 0.36 0.95 0
HSL 37.34º 1% 0.53% -
HSV(B) 37.34º 0.95% 1% -
XYZ 54.59 47.84 6.77 -
YUV 174.11 37.65 185.7 -
System Red Green Blue C M Y K H S L
Decimal 255 164 14 0 0.36 0.95 0 37.34 1 0.53
Hex FF A4 E 0 24 5F 0 25 64 35
Octal 377 244 16 0 44 137 0 45 144 65
Binary 11111111 10100100 1110 0 100100 1011111 0 100101 1100100 110101

Color Harmonies of #FFA40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA40E

Black with #FFA40E

Text Example


Text Example

White with #FFA40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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