Html Css Color HEX #FFB522 Dark Tangerine

📋 copy color: '#FFB522'

red 255 ◦ green 181 ◦ blue 34

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

Shades of Dark Tangerine #FFB522

Tints of Dark Tangerine #FFB522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.23%

R = 54.26%
G = 38.51%
B = 7.23%

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

#FFB522 (or 0xFFB522) is known color: Dark Tangerine. HEX triplet: FF, B5 and 22. RGB value is (255,181,34). Sum of RGB (Red+Green+Blue) = 255+181+34=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 34 (13.67% from 255 or 7.23% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB522 is #004ADD. Grayscale: #BBBBBB. Windows color (decimal): -19166 or 2274815. OLE color: 2274815.

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

Color convert

RGB 255 181 34 -
CMYK 0 0.29 0.87 0
HSL 39.91º 1% 0.57% -
HSV(B) 39.91º 0.87% 1% -
XYZ 58.05 54.42 8.96 -
YUV 186.37 42.02 176.95 -
System Red Green Blue C M Y K H S L
Decimal 255 181 34 0 0.29 0.87 0 39.91 1 0.57
Hex FF B5 22 0 1D 57 0 28 64 39
Octal 377 265 42 0 35 127 0 50 144 71
Binary 11111111 10110101 100010 0 11101 1010111 0 101000 1100100 111001

Color Harmonies of #FFB522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB522

Black with #FFB522

Text Example


Text Example

White with #FFB522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB522; }

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

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

background-color css

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

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

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

border-color css

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

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

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