Html Css Color HEX #FBA014 Dark Tangerine

📋 copy color: '#FBA014'

red 251 ◦ green 160 ◦ blue 20

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

Shades of Dark Tangerine #FBA014

Tints of Dark Tangerine #FBA014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.12%

 BLUE value IS 20 (8.2% from 255) = 4.64%

R = 58.24%
G = 37.12%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBA014 (or 0xFBA014) is known color: Dark Tangerine. HEX triplet: FB, A0 and 14. RGB value is (251,160,20). Sum of RGB (Red+Green+Blue) = 251+160+20=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA014 is #045FEB. Grayscale: #ABABAB. Windows color (decimal): -286700 or 1351931. OLE color: 1351931.

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

Color convert

RGB 251 160 20 -
CMYK 0 0.36 0.92 0.02
HSL 36.36º 0.97% 0.53% -
HSV(B) 36.36º 0.92% 0.98% -
XYZ 52.48 45.7 6.72 -
YUV 171.25 42.65 184.88 -
System Red Green Blue C M Y K H S L
Decimal 251 160 20 0 0.36 0.92 0.02 36.36 0.97 0.53
Hex FB A0 14 0 24 5C 2 24 61 35
Octal 373 240 24 0 44 134 2 44 141 65
Binary 11111011 10100000 10100 0 100100 1011100 10 100100 1100001 110101

Color Harmonies of #FBA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA014

Black with #FBA014

Text Example


Text Example

White with #FBA014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA014; }

 p { color: rgb(251,160,20); }

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

background-color css

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

 a { background-color: rgb(251,160,20); }

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

border-color css

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

 span { border-color: rgb(251,160,20); }

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