Html Css Color HEX #FFB620 Dark Tangerine

📋 copy color: '#FFB620'

red 255 ◦ green 182 ◦ blue 32

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

Shades of Dark Tangerine #FFB620

Tints of Dark Tangerine #FFB620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.81%

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

R = 54.37%
G = 38.81%
B = 6.82%

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

#FFB620 (or 0xFFB620) is known color: Dark Tangerine. HEX triplet: FF, B6 and 20. RGB value is (255,182,32). Sum of RGB (Red+Green+Blue) = 255+182+32=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB620 is #0049DF. Grayscale: #BBBBBB. Windows color (decimal): -18912 or 2143999. OLE color: 2143999.

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

Color convert

RGB 255 182 32 -
CMYK 0 0.29 0.87 0
HSL 40.36º 1% 0.56% -
HSV(B) 40.36º 0.87% 1% -
XYZ 58.23 54.82 8.88 -
YUV 186.73 40.68 176.7 -
System Red Green Blue C M Y K H S L
Decimal 255 182 32 0 0.29 0.87 0 40.36 1 0.56
Hex FF B6 20 0 1D 57 0 28 64 38
Octal 377 266 40 0 35 127 0 50 144 70
Binary 11111111 10110110 100000 0 11101 1010111 0 101000 1100100 111000

Color Harmonies of #FFB620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB620

Black with #FFB620

Text Example


Text Example

White with #FFB620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB620; }

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

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

background-color css

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

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

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

border-color css

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

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

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