Html Css Color HEX #FBA513 Dark Tangerine

📋 copy color: '#FBA513'

red 251 ◦ green 165 ◦ blue 19

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

Shades of Dark Tangerine #FBA513

Tints of Dark Tangerine #FBA513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.93%

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

R = 57.7%
G = 37.93%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBA513 (or 0xFBA513) is known color: Dark Tangerine. HEX triplet: FB, A5 and 13. RGB value is (251,165,19). Sum of RGB (Red+Green+Blue) = 251+165+19=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA513 is #045AEC. Grayscale: #AEAEAE. Windows color (decimal): -285421 or 1287675. OLE color: 1287675.

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

Color convert

RGB 251 165 19 -
CMYK 0 0.34 0.92 0.02
HSL 37.76º 0.97% 0.53% -
HSV(B) 37.76º 0.92% 0.98% -
XYZ 53.36 47.47 6.97 -
YUV 174.07 40.49 182.87 -
System Red Green Blue C M Y K H S L
Decimal 251 165 19 0 0.34 0.92 0.02 37.76 0.97 0.53
Hex FB A5 13 0 22 5C 2 26 61 35
Octal 373 245 23 0 42 134 2 46 141 65
Binary 11111011 10100101 10011 0 100010 1011100 10 100110 1100001 110101

Color Harmonies of #FBA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA513

Black with #FBA513

Text Example


Text Example

White with #FBA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA513; }

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

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

background-color css

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

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

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

border-color css

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

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

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