Html Css Color HEX #FFB122 Dark Tangerine

📋 copy color: '#FFB122'

red 255 ◦ green 177 ◦ blue 34

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

Shades of Dark Tangerine #FFB122

Tints of Dark Tangerine #FFB122

RGB

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

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

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

R = 54.72%
G = 37.98%
B = 7.3%

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

#FFB122 (or 0xFFB122) is known color: Dark Tangerine. HEX triplet: FF, B1 and 22. RGB value is (255,177,34). Sum of RGB (Red+Green+Blue) = 255+177+34=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 34 (13.67% from 255 or 7.30% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB122 is #004EDD. Grayscale: #B8B8B8. Windows color (decimal): -20190 or 2273791. OLE color: 2273791.

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

Color convert

RGB 255 177 34 -
CMYK 0 0.31 0.87 0
HSL 38.82º 1% 0.57% -
HSV(B) 38.82º 0.87% 1% -
XYZ 57.25 52.82 8.69 -
YUV 184.02 43.34 178.63 -
System Red Green Blue C M Y K H S L
Decimal 255 177 34 0 0.31 0.87 0 38.82 1 0.57
Hex FF B1 22 0 1F 57 0 27 64 39
Octal 377 261 42 0 37 127 0 47 144 71
Binary 11111111 10110001 100010 0 11111 1010111 0 100111 1100100 111001

Color Harmonies of #FFB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB122

Black with #FFB122

Text Example


Text Example

White with #FFB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB122; }

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

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

background-color css

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

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

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

border-color css

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

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

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