Html Css Color HEX #FFB720 Dark Tangerine

📋 copy color: '#FFB720'

red 255 ◦ green 183 ◦ blue 32

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

Shades of Dark Tangerine #FFB720

Tints of Dark Tangerine #FFB720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.94%

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

R = 54.26%
G = 38.94%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFB720 (or 0xFFB720) is known color: Dark Tangerine. HEX triplet: FF, B7 and 20. RGB value is (255,183,32). Sum of RGB (Red+Green+Blue) = 255+183+32=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB720 is #0048DF. Grayscale: #BBBBBB. Windows color (decimal): -18656 or 2144255. OLE color: 2144255.

HSL color Cylindrical-coordinate representation of color #FFB720: hue angle of 40.63º 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 #FFB720 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 183 32 -
CMYK 0 0.28 0.87 0
HSL 40.63º 1% 0.56% -
HSV(B) 40.63º 0.87% 1% -
XYZ 58.43 55.23 8.95 -
YUV 187.31 40.35 176.28 -
System Red Green Blue C M Y K H S L
Decimal 255 183 32 0 0.28 0.87 0 40.63 1 0.56
Hex FF B7 20 0 1C 57 0 29 64 38
Octal 377 267 40 0 34 127 0 51 144 70
Binary 11111111 10110111 100000 0 11100 1010111 0 101001 1100100 111000

Color Harmonies of #FFB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB720

Black with #FFB720

Text Example


Text Example

White with #FFB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB720; }

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

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

background-color css

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

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

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

border-color css

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

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

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