Html Css Color HEX #FBA012 Dark Tangerine

📋 copy color: '#FBA012'

red 251 ◦ green 160 ◦ blue 18

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

Shades of Dark Tangerine #FBA012

Tints of Dark Tangerine #FBA012

RGB

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

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

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

R = 58.51%
G = 37.3%
B = 4.2%

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

#FBA012 (or 0xFBA012) is known color: Dark Tangerine. HEX triplet: FB, A0 and 12. RGB value is (251,160,18). Sum of RGB (Red+Green+Blue) = 251+160+18=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA012 is #045FED. Grayscale: #ABABAB. Windows color (decimal): -286702 or 1220859. OLE color: 1220859.

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

Color convert

RGB 251 160 18 -
CMYK 0 0.36 0.93 0.02
HSL 36.57º 0.97% 0.53% -
HSV(B) 36.57º 0.93% 0.98% -
XYZ 52.46 45.69 6.63 -
YUV 171.02 41.65 185.05 -
System Red Green Blue C M Y K H S L
Decimal 251 160 18 0 0.36 0.93 0.02 36.57 0.97 0.53
Hex FB A0 12 0 24 5D 2 25 61 35
Octal 373 240 22 0 44 135 2 45 141 65
Binary 11111011 10100000 10010 0 100100 1011101 10 100101 1100001 110101

Color Harmonies of #FBA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA012

Black with #FBA012

Text Example


Text Example

White with #FBA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA012; }

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

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

background-color css

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

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

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

border-color css

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

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

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