Html Css Color HEX #FBA010 Dark Tangerine

📋 copy color: '#FBA010'

red 251 ◦ green 160 ◦ blue 16

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

Shades of Dark Tangerine #FBA010

Tints of Dark Tangerine #FBA010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.75%

R = 58.78%
G = 37.47%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBA010 (or 0xFBA010) is known color: Dark Tangerine. HEX triplet: FB, A0 and 10. RGB value is (251,160,16). Sum of RGB (Red+Green+Blue) = 251+160+16=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA010 is #045FEF. Grayscale: #ABABAB. Windows color (decimal): -286704 or 1089787. OLE color: 1089787.

HSL color Cylindrical-coordinate representation of color #FBA010: hue angle of 36.77º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBA010 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 160 16 -
CMYK 0 0.36 0.94 0.02
HSL 36.77º 0.97% 0.52% -
HSV(B) 36.77º 0.94% 0.98% -
XYZ 52.45 45.69 6.54 -
YUV 170.79 40.65 185.21 -
System Red Green Blue C M Y K H S L
Decimal 251 160 16 0 0.36 0.94 0.02 36.77 0.97 0.52
Hex FB A0 10 0 24 5E 2 25 61 34
Octal 373 240 20 0 44 136 2 45 141 64
Binary 11111011 10100000 10000 0 100100 1011110 10 100101 1100001 110100

Color Harmonies of #FBA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA010

Black with #FBA010

Text Example


Text Example

White with #FBA010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA010; }

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

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

background-color css

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

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

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

border-color css

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

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

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