Html Css Color HEX #FFA01B Dark Tangerine

📋 copy color: '#FFA01B'

red 255 ◦ green 160 ◦ blue 27

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

Shades of Dark Tangerine #FFA01B

Tints of Dark Tangerine #FFA01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.11%

R = 57.69%
G = 36.2%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFA01B (or 0xFFA01B) is known color: Dark Tangerine. HEX triplet: FF, A0 and 1B. RGB value is (255,160,27). Sum of RGB (Red+Green+Blue) = 255+160+27=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA01B is #005FE4. Grayscale: #ADADAD. Windows color (decimal): -24549 or 1810687. OLE color: 1810687.

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

Color convert

RGB 255 160 27 -
CMYK 0 0.37 0.89 0
HSL 35º 1% 0.55% -
HSV(B) 35º 0.89% 1% -
XYZ 54.01 46.48 7.16 -
YUV 173.24 45.47 186.31 -
System Red Green Blue C M Y K H S L
Decimal 255 160 27 0 0.37 0.89 0 35 1 0.55
Hex FF A0 1B 0 25 59 0 23 64 37
Octal 377 240 33 0 45 131 0 43 144 67
Binary 11111111 10100000 11011 0 100101 1011001 0 100011 1100100 110111

Color Harmonies of #FFA01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA01B

Black with #FFA01B

Text Example


Text Example

White with #FFA01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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