Html Css Color HEX #FBA210 Dark Tangerine

📋 copy color: '#FBA210'

red 251 ◦ green 162 ◦ blue 16

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

Shades of Dark Tangerine #FBA210

Tints of Dark Tangerine #FBA210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.73%

R = 58.51%
G = 37.76%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBA210 (or 0xFBA210) is known color: Dark Tangerine. HEX triplet: FB, A2 and 10. RGB value is (251,162,16). Sum of RGB (Red+Green+Blue) = 251+162+16=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA210 is #045DEF. Grayscale: #ACACAC. Windows color (decimal): -286192 or 1090299. OLE color: 1090299.

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

Color convert

RGB 251 162 16 -
CMYK 0 0.35 0.94 0.02
HSL 37.28º 0.97% 0.52% -
HSV(B) 37.28º 0.94% 0.98% -
XYZ 52.8 46.39 6.66 -
YUV 171.97 39.99 184.37 -
System Red Green Blue C M Y K H S L
Decimal 251 162 16 0 0.35 0.94 0.02 37.28 0.97 0.52
Hex FB A2 10 0 23 5E 2 25 61 34
Octal 373 242 20 0 43 136 2 45 141 64
Binary 11111011 10100010 10000 0 100011 1011110 10 100101 1100001 110100

Color Harmonies of #FBA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA210

Black with #FBA210

Text Example


Text Example

White with #FBA210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA210; }

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

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

background-color css

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

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

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

border-color css

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

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

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