Html Css Color HEX #FFB120 Dark Tangerine

📋 copy color: '#FFB120'

red 255 ◦ green 177 ◦ blue 32

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

Shades of Dark Tangerine #FFB120

Tints of Dark Tangerine #FFB120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.15%

 BLUE value IS 32 (12.89% from 255) = 6.9%

R = 54.96%
G = 38.15%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFB120 (or 0xFFB120) is known color: Dark Tangerine. HEX triplet: FF, B1 and 20. RGB value is (255,177,32). Sum of RGB (Red+Green+Blue) = 255+177+32=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB120 is #004EDF. Grayscale: #B8B8B8. Windows color (decimal): -20192 or 2142719. OLE color: 2142719.

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

Color convert

RGB 255 177 32 -
CMYK 0 0.31 0.87 0
HSL 39.01º 1% 0.56% -
HSV(B) 39.01º 0.87% 1% -
XYZ 57.22 52.81 8.54 -
YUV 183.79 42.34 178.79 -
System Red Green Blue C M Y K H S L
Decimal 255 177 32 0 0.31 0.87 0 39.01 1 0.56
Hex FF B1 20 0 1F 57 0 27 64 38
Octal 377 261 40 0 37 127 0 47 144 70
Binary 11111111 10110001 100000 0 11111 1010111 0 100111 1100100 111000

Color Harmonies of #FFB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB120

Black with #FFB120

Text Example


Text Example

White with #FFB120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB120; }

 p { color: rgb(255,177,32); }

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

background-color css

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

 a { background-color: rgb(255,177,32); }

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

border-color css

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

 span { border-color: rgb(255,177,32); }

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