Html Css Color HEX #FBA216 Dark Tangerine

📋 copy color: '#FBA216'

red 251 ◦ green 162 ◦ blue 22

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

Shades of Dark Tangerine #FBA216

Tints of Dark Tangerine #FBA216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.06%

R = 57.7%
G = 37.24%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FBA216 (or 0xFBA216) is known color: Dark Tangerine. HEX triplet: FB, A2 and 16. RGB value is (251,162,22). Sum of RGB (Red+Green+Blue) = 251+162+22=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA216 is #045DE9. Grayscale: #ADADAD. Windows color (decimal): -286186 or 1483515. OLE color: 1483515.

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

Color convert

RGB 251 162 22 -
CMYK 0 0.35 0.91 0.02
HSL 36.68º 0.97% 0.54% -
HSV(B) 36.68º 0.91% 0.98% -
XYZ 52.85 46.41 6.93 -
YUV 172.65 42.99 183.88 -
System Red Green Blue C M Y K H S L
Decimal 251 162 22 0 0.35 0.91 0.02 36.68 0.97 0.54
Hex FB A2 16 0 23 5B 2 25 61 36
Octal 373 242 26 0 43 133 2 45 141 66
Binary 11111011 10100010 10110 0 100011 1011011 10 100101 1100001 110110

Color Harmonies of #FBA216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA216

Black with #FBA216

Text Example


Text Example

White with #FBA216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA216; }

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

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

background-color css

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

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

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

border-color css

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

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

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