Html Css Color HEX #FFB320 Dark Tangerine

📋 copy color: '#FFB320'

red 255 ◦ green 179 ◦ blue 32

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

Shades of Dark Tangerine #FFB320

Tints of Dark Tangerine #FFB320

RGB

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

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

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

R = 54.72%
G = 38.41%
B = 6.87%

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

#FFB320 (or 0xFFB320) is known color: Dark Tangerine. HEX triplet: FF, B3 and 20. RGB value is (255,179,32). Sum of RGB (Red+Green+Blue) = 255+179+32=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB320 is #004CDF. Grayscale: #B9B9B9. Windows color (decimal): -19680 or 2143231. OLE color: 2143231.

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

Color convert

RGB 255 179 32 -
CMYK 0 0.30 0.87 0
HSL 39.55º 1% 0.56% -
HSV(B) 39.55º 0.87% 1% -
XYZ 57.62 53.6 8.68 -
YUV 184.97 41.68 177.95 -
System Red Green Blue C M Y K H S L
Decimal 255 179 32 0 0.30 0.87 0 39.55 1 0.56
Hex FF B3 20 0 1E 57 0 28 64 38
Octal 377 263 40 0 36 127 0 50 144 70
Binary 11111111 10110011 100000 0 11110 1010111 0 101000 1100100 111000

Color Harmonies of #FFB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB320

Black with #FFB320

Text Example


Text Example

White with #FFB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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