Html Css Color HEX #FBA013 Dark Tangerine

📋 copy color: '#FBA013'

red 251 ◦ green 160 ◦ blue 19

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

Shades of Dark Tangerine #FBA013

Tints of Dark Tangerine #FBA013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.42%

R = 58.37%
G = 37.21%
B = 4.42%

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

#FBA013 (or 0xFBA013) is known color: Dark Tangerine. HEX triplet: FB, A0 and 13. RGB value is (251,160,19). Sum of RGB (Red+Green+Blue) = 251+160+19=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA013 is #045FEC. Grayscale: #ABABAB. Windows color (decimal): -286701 or 1286395. OLE color: 1286395.

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

Color convert

RGB 251 160 19 -
CMYK 0 0.36 0.92 0.02
HSL 36.47º 0.97% 0.53% -
HSV(B) 36.47º 0.92% 0.98% -
XYZ 52.47 45.7 6.67 -
YUV 171.14 42.15 184.96 -
System Red Green Blue C M Y K H S L
Decimal 251 160 19 0 0.36 0.92 0.02 36.47 0.97 0.53
Hex FB A0 13 0 24 5C 2 24 61 35
Octal 373 240 23 0 44 134 2 44 141 65
Binary 11111011 10100000 10011 0 100100 1011100 10 100100 1100001 110101

Color Harmonies of #FBA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA013

Black with #FBA013

Text Example


Text Example

White with #FBA013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA013; }

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

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

background-color css

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

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

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

border-color css

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

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

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