Html Css Color HEX #FBA512 Dark Tangerine

📋 copy color: '#FBA512'

red 251 ◦ green 165 ◦ blue 18

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

Shades of Dark Tangerine #FBA512

Tints of Dark Tangerine #FBA512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.15%

R = 57.83%
G = 38.02%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBA512 (or 0xFBA512) is known color: Dark Tangerine. HEX triplet: FB, A5 and 12. RGB value is (251,165,18). Sum of RGB (Red+Green+Blue) = 251+165+18=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA512 is #045AED. Grayscale: #AEAEAE. Windows color (decimal): -285422 or 1222139. OLE color: 1222139.

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

Color convert

RGB 251 165 18 -
CMYK 0 0.34 0.93 0.02
HSL 37.85º 0.97% 0.53% -
HSV(B) 37.85º 0.93% 0.98% -
XYZ 53.35 47.46 6.92 -
YUV 173.96 39.99 182.95 -
System Red Green Blue C M Y K H S L
Decimal 251 165 18 0 0.34 0.93 0.02 37.85 0.97 0.53
Hex FB A5 12 0 22 5D 2 26 61 35
Octal 373 245 22 0 42 135 2 46 141 65
Binary 11111011 10100101 10010 0 100010 1011101 10 100110 1100001 110101

Color Harmonies of #FBA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA512

Black with #FBA512

Text Example


Text Example

White with #FBA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA512; }

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

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

background-color css

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

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

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

border-color css

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

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

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