Html Css Color HEX #FFB322 Dark Tangerine

📋 copy color: '#FFB322'

red 255 ◦ green 179 ◦ blue 34

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

Shades of Dark Tangerine #FFB322

Tints of Dark Tangerine #FFB322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.25%

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

R = 54.49%
G = 38.25%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFB322 (or 0xFFB322) is known color: Dark Tangerine. HEX triplet: FF, B3 and 22. RGB value is (255,179,34). Sum of RGB (Red+Green+Blue) = 255+179+34=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB322 is #004CDD. Grayscale: #B9B9B9. Windows color (decimal): -19678 or 2274303. OLE color: 2274303.

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

Color convert

RGB 255 179 34 -
CMYK 0 0.30 0.87 0
HSL 39.37º 1% 0.57% -
HSV(B) 39.37º 0.87% 1% -
XYZ 57.65 53.62 8.82 -
YUV 185.19 42.68 177.79 -
System Red Green Blue C M Y K H S L
Decimal 255 179 34 0 0.30 0.87 0 39.37 1 0.57
Hex FF B3 22 0 1E 57 0 27 64 39
Octal 377 263 42 0 36 127 0 47 144 71
Binary 11111111 10110011 100010 0 11110 1010111 0 100111 1100100 111001

Color Harmonies of #FFB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB322

Black with #FFB322

Text Example


Text Example

White with #FFB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB322; }

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

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

background-color css

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

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

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

border-color css

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

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

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