Html Css Color HEX #FBA011 Dark Tangerine

📋 copy color: '#FBA011'

red 251 ◦ green 160 ◦ blue 17

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

Shades of Dark Tangerine #FBA011

Tints of Dark Tangerine #FBA011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.97%

R = 58.64%
G = 37.38%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBA011 (or 0xFBA011) is known color: Dark Tangerine. HEX triplet: FB, A0 and 11. RGB value is (251,160,17). Sum of RGB (Red+Green+Blue) = 251+160+17=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA011 is #045FEE. Grayscale: #ABABAB. Windows color (decimal): -286703 or 1155323. OLE color: 1155323.

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

Color convert

RGB 251 160 17 -
CMYK 0 0.36 0.93 0.02
HSL 36.67º 0.97% 0.53% -
HSV(B) 36.67º 0.93% 0.98% -
XYZ 52.46 45.69 6.58 -
YUV 170.91 41.15 185.13 -
System Red Green Blue C M Y K H S L
Decimal 251 160 17 0 0.36 0.93 0.02 36.67 0.97 0.53
Hex FB A0 11 0 24 5D 2 25 61 35
Octal 373 240 21 0 44 135 2 45 141 65
Binary 11111011 10100000 10001 0 100100 1011101 10 100101 1100001 110101

Color Harmonies of #FBA011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA011

Black with #FBA011

Text Example


Text Example

White with #FBA011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA011; }

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

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

background-color css

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

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

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

border-color css

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

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

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