Html Css Color HEX #FBA412 Dark Tangerine

📋 copy color: '#FBA412'

red 251 ◦ green 164 ◦ blue 18

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

Shades of Dark Tangerine #FBA412

Tints of Dark Tangerine #FBA412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.88%

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

R = 57.97%
G = 37.88%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBA412 (or 0xFBA412) is known color: Dark Tangerine. HEX triplet: FB, A4 and 12. RGB value is (251,164,18). Sum of RGB (Red+Green+Blue) = 251+164+18=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA412 is #045BED. Grayscale: #AEAEAE. Windows color (decimal): -285678 or 1221883. OLE color: 1221883.

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

Color convert

RGB 251 164 18 -
CMYK 0 0.35 0.93 0.02
HSL 37.6º 0.97% 0.53% -
HSV(B) 37.6º 0.93% 0.98% -
XYZ 53.17 47.1 6.86 -
YUV 173.37 40.32 183.37 -
System Red Green Blue C M Y K H S L
Decimal 251 164 18 0 0.35 0.93 0.02 37.6 0.97 0.53
Hex FB A4 12 0 23 5D 2 26 61 35
Octal 373 244 22 0 43 135 2 46 141 65
Binary 11111011 10100100 10010 0 100011 1011101 10 100110 1100001 110101

Color Harmonies of #FBA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA412

Black with #FBA412

Text Example


Text Example

White with #FBA412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA412; }

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

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

background-color css

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

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

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

border-color css

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

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

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