Html Css Color HEX #FFB121 Dark Tangerine

📋 copy color: '#FFB121'

red 255 ◦ green 177 ◦ blue 33

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

Shades of Dark Tangerine #FFB121

Tints of Dark Tangerine #FFB121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.06%

 BLUE value IS 33 (13.28% from 255) = 7.1%

R = 54.84%
G = 38.06%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFB121 (or 0xFFB121) is known color: Dark Tangerine. HEX triplet: FF, B1 and 21. RGB value is (255,177,33). Sum of RGB (Red+Green+Blue) = 255+177+33=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB121 is #004EDE. Grayscale: #B8B8B8. Windows color (decimal): -20191 or 2208255. OLE color: 2208255.

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

Color convert

RGB 255 177 33 -
CMYK 0 0.31 0.87 0
HSL 38.92º 1% 0.56% -
HSV(B) 38.92º 0.87% 1% -
XYZ 57.24 52.81 8.62 -
YUV 183.91 42.84 178.71 -
System Red Green Blue C M Y K H S L
Decimal 255 177 33 0 0.31 0.87 0 38.92 1 0.56
Hex FF B1 21 0 1F 57 0 27 64 38
Octal 377 261 41 0 37 127 0 47 144 70
Binary 11111111 10110001 100001 0 11111 1010111 0 100111 1100100 111000

Color Harmonies of #FFB121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB121

Black with #FFB121

Text Example


Text Example

White with #FFB121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB121; }

 p { color: rgb(255,177,33); }

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

background-color css

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

 a { background-color: rgb(255,177,33); }

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

border-color css

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

 span { border-color: rgb(255,177,33); }

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