Html Css Color HEX #FFA00B Dark Tangerine

📋 copy color: '#FFA00B'

red 255 ◦ green 160 ◦ blue 11

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

Shades of Dark Tangerine #FFA00B

Tints of Dark Tangerine #FFA00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.58%

R = 59.86%
G = 37.56%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFA00B (or 0xFFA00B) is known color: Dark Tangerine. HEX triplet: FF, A0 and 0B. RGB value is (255,160,11). Sum of RGB (Red+Green+Blue) = 255+160+11=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA00B is #005FF4. Grayscale: #ACACAC. Windows color (decimal): -24565 or 762111. OLE color: 762111.

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

Color convert

RGB 255 160 11 -
CMYK 0 0.37 0.96 0
HSL 36.64º 1% 0.52% -
HSV(B) 36.64º 0.96% 1% -
XYZ 53.87 46.43 6.44 -
YUV 171.42 37.47 187.62 -
System Red Green Blue C M Y K H S L
Decimal 255 160 11 0 0.37 0.96 0 36.64 1 0.52
Hex FF A0 B 0 25 60 0 25 64 34
Octal 377 240 13 0 45 140 0 45 144 64
Binary 11111111 10100000 1011 0 100101 1100000 0 100101 1100100 110100

Color Harmonies of #FFA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA00B

Black with #FFA00B

Text Example


Text Example

White with #FFA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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