Html Css Color HEX #FBA221 Dark Tangerine

📋 copy color: '#FBA221'

red 251 ◦ green 162 ◦ blue 33

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

Shades of Dark Tangerine #FBA221

Tints of Dark Tangerine #FBA221

RGB

 RED value IS 251 (98.44% from 255) = 56.28%

 GREEN value IS 162 (63.67% from 255) = 36.32%

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

R = 56.28%
G = 36.32%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FBA221 (or 0xFBA221) is known color: Dark Tangerine. HEX triplet: FB, A2 and 21. RGB value is (251,162,33). Sum of RGB (Red+Green+Blue) = 251+162+33=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA221 is #045DDE. Grayscale: #AEAEAE. Windows color (decimal): -286175 or 2204411. OLE color: 2204411.

HSL color Cylindrical-coordinate representation of color #FBA221: hue angle of 35.5º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBA221 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 162 33 -
CMYK 0 0.35 0.87 0.02
HSL 35.5º 0.96% 0.56% -
HSV(B) 35.5º 0.87% 0.98% -
XYZ 52.98 46.46 7.61 -
YUV 173.91 48.49 182.99 -
System Red Green Blue C M Y K H S L
Decimal 251 162 33 0 0.35 0.87 0.02 35.5 0.96 0.56
Hex FB A2 21 0 23 57 2 24 60 38
Octal 373 242 41 0 43 127 2 44 140 70
Binary 11111011 10100010 100001 0 100011 1010111 10 100100 1100000 111000

Color Harmonies of #FBA221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA221

Black with #FBA221

Text Example


Text Example

White with #FBA221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA221; }

 p { color: rgb(251,162,33); }

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

background-color css

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

 a { background-color: rgb(251,162,33); }

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

border-color css

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

 span { border-color: rgb(251,162,33); }

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