Html Css Color HEX #FFA40F Dark Tangerine

📋 copy color: '#FFA40F'

red 255 ◦ green 164 ◦ blue 15

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

Shades of Dark Tangerine #FFA40F

Tints of Dark Tangerine #FFA40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 58.76%
G = 37.79%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFA40F (or 0xFFA40F) is known color: Dark Tangerine. HEX triplet: FF, A4 and 0F. RGB value is (255,164,15). Sum of RGB (Red+Green+Blue) = 255+164+15=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA40F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA40F is #005BF0. Grayscale: #AEAEAE. Windows color (decimal): -23537 or 1025279. OLE color: 1025279.

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

Color convert

RGB 255 164 15 -
CMYK 0 0.36 0.94 0
HSL 37.25º 1% 0.53% -
HSV(B) 37.25º 0.94% 1% -
XYZ 54.6 47.85 6.81 -
YUV 174.22 38.15 185.62 -
System Red Green Blue C M Y K H S L
Decimal 255 164 15 0 0.36 0.94 0 37.25 1 0.53
Hex FF A4 F 0 24 5E 0 25 64 35
Octal 377 244 17 0 44 136 0 45 144 65
Binary 11111111 10100100 1111 0 100100 1011110 0 100101 1100100 110101

Color Harmonies of #FFA40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA40F

Black with #FFA40F

Text Example


Text Example

White with #FFA40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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