Html Css Color HEX #FFB420 Dark Tangerine

📋 copy color: '#FFB420'

red 255 ◦ green 180 ◦ blue 32

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

Shades of Dark Tangerine #FFB420

Tints of Dark Tangerine #FFB420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.54%

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

R = 54.6%
G = 38.54%
B = 6.85%

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

#FFB420 (or 0xFFB420) is known color: Dark Tangerine. HEX triplet: FF, B4 and 20. RGB value is (255,180,32). Sum of RGB (Red+Green+Blue) = 255+180+32=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB420 is #004BDF. Grayscale: #BABABA. Windows color (decimal): -19424 or 2143487. OLE color: 2143487.

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

Color convert

RGB 255 180 32 -
CMYK 0 0.29 0.87 0
HSL 39.82º 1% 0.56% -
HSV(B) 39.82º 0.87% 1% -
XYZ 57.82 54.01 8.74 -
YUV 185.55 41.35 177.53 -
System Red Green Blue C M Y K H S L
Decimal 255 180 32 0 0.29 0.87 0 39.82 1 0.56
Hex FF B4 20 0 1D 57 0 28 64 38
Octal 377 264 40 0 35 127 0 50 144 70
Binary 11111111 10110100 100000 0 11101 1010111 0 101000 1100100 111000

Color Harmonies of #FFB420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB420

Black with #FFB420

Text Example


Text Example

White with #FFB420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB420; }

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

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

background-color css

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

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

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

border-color css

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

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

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