Html Css Color HEX #FBA015 Dark Tangerine

📋 copy color: '#FBA015'

red 251 ◦ green 160 ◦ blue 21

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

Shades of Dark Tangerine #FBA015

Tints of Dark Tangerine #FBA015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.86%

R = 58.1%
G = 37.04%
B = 4.86%

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

#FBA015 (or 0xFBA015) is known color: Dark Tangerine. HEX triplet: FB, A0 and 15. RGB value is (251,160,21). Sum of RGB (Red+Green+Blue) = 251+160+21=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA015 is #045FEA. Grayscale: #ACACAC. Windows color (decimal): -286699 or 1417467. OLE color: 1417467.

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

Color convert

RGB 251 160 21 -
CMYK 0 0.36 0.92 0.02
HSL 36.26º 0.97% 0.53% -
HSV(B) 36.26º 0.92% 0.98% -
XYZ 52.49 45.7 6.76 -
YUV 171.36 43.15 184.8 -
System Red Green Blue C M Y K H S L
Decimal 251 160 21 0 0.36 0.92 0.02 36.26 0.97 0.53
Hex FB A0 15 0 24 5C 2 24 61 35
Octal 373 240 25 0 44 134 2 44 141 65
Binary 11111011 10100000 10101 0 100100 1011100 10 100100 1100001 110101

Color Harmonies of #FBA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA015

Black with #FBA015

Text Example


Text Example

White with #FBA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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