Html Css Color HEX #FFB520 Dark Tangerine

📋 copy color: '#FFB520'

red 255 ◦ green 181 ◦ blue 32

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

Shades of Dark Tangerine #FFB520

Tints of Dark Tangerine #FFB520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

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

R = 54.49%
G = 38.68%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFB520 (or 0xFFB520) is known color: Dark Tangerine. HEX triplet: FF, B5 and 20. RGB value is (255,181,32). Sum of RGB (Red+Green+Blue) = 255+181+32=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB520 is #004ADF. Grayscale: #BABABA. Windows color (decimal): -19168 or 2143743. OLE color: 2143743.

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

Color convert

RGB 255 181 32 -
CMYK 0 0.29 0.87 0
HSL 40.09º 1% 0.56% -
HSV(B) 40.09º 0.87% 1% -
XYZ 58.02 54.41 8.81 -
YUV 186.14 41.02 177.12 -
System Red Green Blue C M Y K H S L
Decimal 255 181 32 0 0.29 0.87 0 40.09 1 0.56
Hex FF B5 20 0 1D 57 0 28 64 38
Octal 377 265 40 0 35 127 0 50 144 70
Binary 11111111 10110101 100000 0 11101 1010111 0 101000 1100100 111000

Color Harmonies of #FFB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB520

Black with #FFB520

Text Example


Text Example

White with #FFB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB520; }

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

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

background-color css

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

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

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

border-color css

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

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

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