Html Css Color HEX #FFA00F Dark Tangerine

📋 copy color: '#FFA00F'

red 255 ◦ green 160 ◦ blue 15

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

Shades of Dark Tangerine #FFA00F

Tints of Dark Tangerine #FFA00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.21%

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

R = 59.3%
G = 37.21%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFA00F (or 0xFFA00F) is known color: Dark Tangerine. HEX triplet: FF, A0 and 0F. RGB value is (255,160,15). Sum of RGB (Red+Green+Blue) = 255+160+15=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA00F is #005FF0. Grayscale: #ACACAC. Windows color (decimal): -24561 or 1024255. OLE color: 1024255.

HSL color Cylindrical-coordinate representation of color #FFA00F: hue angle of 36.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 #FFA00F is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 160 15 -
CMYK 0 0.37 0.94 0
HSL 36.25º 1% 0.53% -
HSV(B) 36.25º 0.94% 1% -
XYZ 53.9 46.44 6.57 -
YUV 171.88 39.47 187.29 -
System Red Green Blue C M Y K H S L
Decimal 255 160 15 0 0.37 0.94 0 36.25 1 0.53
Hex FF A0 F 0 25 5E 0 24 64 35
Octal 377 240 17 0 45 136 0 44 144 65
Binary 11111111 10100000 1111 0 100101 1011110 0 100100 1100100 110101

Color Harmonies of #FFA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA00F

Black with #FFA00F

Text Example


Text Example

White with #FFA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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