Html Css Color HEX #FBA416 Dark Tangerine

📋 copy color: '#FBA416'

red 251 ◦ green 164 ◦ blue 22

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

Shades of Dark Tangerine #FBA416

Tints of Dark Tangerine #FBA416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.53%

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

R = 57.44%
G = 37.53%
B = 5.03%

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

#FBA416 (or 0xFBA416) is known color: Dark Tangerine. HEX triplet: FB, A4 and 16. RGB value is (251,164,22). Sum of RGB (Red+Green+Blue) = 251+164+22=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA416 is #045BE9. Grayscale: #AEAEAE. Windows color (decimal): -285674 or 1484027. OLE color: 1484027.

HSL color Cylindrical-coordinate representation of color #FBA416: hue angle of 37.21º 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 #FBA416 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 164 22 -
CMYK 0 0.35 0.91 0.02
HSL 37.21º 0.97% 0.54% -
HSV(B) 37.21º 0.91% 0.98% -
XYZ 53.2 47.12 7.05 -
YUV 173.83 42.32 183.05 -
System Red Green Blue C M Y K H S L
Decimal 251 164 22 0 0.35 0.91 0.02 37.21 0.97 0.54
Hex FB A4 16 0 23 5B 2 25 61 36
Octal 373 244 26 0 43 133 2 45 141 66
Binary 11111011 10100100 10110 0 100011 1011011 10 100101 1100001 110110

Color Harmonies of #FBA416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA416

Black with #FBA416

Text Example


Text Example

White with #FBA416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA416; }

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

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

background-color css

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

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

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

border-color css

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

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

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